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