## Getting started # install dependency npm install||npm install --registry=https://registry.npm.taobao.org # develop npm run dev ``` 安装依赖报错删除依赖 ### 强制删除 #### npm install rimraf -g #### rimraf node_modules #### 清除缓存 ### npm cache clean --force This will automatically open http://localhost:9527 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ``` ## 审核员测试账号 # admin=123456 ## 接口配置 # src/config/index.js