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