|
|
2 éve | |
|---|---|---|
| build | 2 éve | |
| mock | 2 éve | |
| plop-templates | 2 éve | |
| public | 2 éve | |
| src | 2 éve | |
| tests | 2 éve | |
| .editorconfig | 2 éve | |
| .env.development | 2 éve | |
| .env.production | 2 éve | |
| .env.staging | 2 éve | |
| .eslintignore | 2 éve | |
| .eslintrc.js | 2 éve | |
| .gitignore | 2 éve | |
| .travis.yml | 2 éve | |
| LICENSE | 2 éve | |
| README.md | 2 éve | |
| babel.config.js | 2 éve | |
| jest.config.js | 2 éve | |
| jsconfig.json | 2 éve | |
| package.json | 2 éve | |
| plopfile.js | 2 éve | |
| postcss.config.js | 2 éve | |
| vue.config.js | 2 éve |
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 ```