npm版本:8.19.1 node版本:v14.18.0 如报错可尝试:npm -g install npm@6.14.18 crm_web\config文件夹下为开发环境、生产环境配置文件 crm_web\config\index.js为本地代理 # web ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).