# web ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` e2e test (端到端测试) npm run test unit test (单元测试) npm run unit ``` ### Lints and fixes files ``` npm run lint ``` eslint 详细规则:https://eslint.org/docs/rules/ ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 规划 线上配置: vue.config.js中配置线上域名和地址 接口配置: common->http中接口封装配置,config->env.js中配置接口域名