npm install||npm install --registry=https://registry.npm.taobao.org
npm run dev
安装依赖报错删除依赖
### 强制删除
#### npm install rimraf -g
#### rimraf node_modules
#### 清除缓存
### npm cache clean --force
This will automatically open http://localhost:9527
## Build
bash
npm run build:stage
npm run build:prod
## Advanced
bash
npm run preview
npm run preview -- --report
npm run lint
npm run lint -- --fix ```