# mobile-demo # 移动端项目创建模板,依赖注入vue-Router、Axios、Vuex、PWA依赖项; # 已添加eslint代码验证; # 已集成vantUI框架; # 已导入路由嵌套模板、路由拦截解决方案、请求拦截解决方案、token验证解决方案; ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).