# esp-ap-page **Repository Path**: xianii/esp-ap-page ## Basic Information - **Project Name**: esp-ap-page - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-29 - **Last Updated**: 2021-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 `npm install` ## 测试 为本地测试api,使用了`json-server`组件,运行在本地`3000`端口。 并且已在`vue.config.js`中配置代理为`http://127.0.0.1:3000`,将会自动将远程请求代理至配置的地址。 1. 启动本地api测试服务 `npm run test_server` 2. 启动app `npm run serve`