脚手架模板,方便快速上手一个项目
.vscode | ||
public | ||
src | ||
tests | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
cypress.json | ||
jest.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vue.config.js |
nicecode-vue-cli
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Run your end-to-end tests
yarn test:e2e
Lints and fixes files
yarn lint
Customize configuration
如果报错,将node版本降低到16以下