脚手架模板,方便快速上手一个项目
Go to file
2023-04-10 20:16:57 +08:00
.vscode fix: 修改element版本号 2023-04-10 20:16:57 +08:00
public feat: vue脚手架 2022-05-25 12:22:56 +08:00
src fix: 修改element版本号 2023-04-10 20:16:57 +08:00
tests feat: vue脚手架 2022-05-25 12:22:56 +08:00
.browserslistrc feat: vue脚手架 2022-05-25 12:22:56 +08:00
.eslintrc.js feat: vue脚手架 2022-05-25 12:22:56 +08:00
.gitignore feat:修改配置文件 2022-11-15 09:37:37 +08:00
babel.config.js feat: vue脚手架 2022-05-25 12:22:56 +08:00
cypress.json feat: vue脚手架 2022-05-25 12:22:56 +08:00
jest.config.js feat: vue脚手架 2022-05-25 12:22:56 +08:00
package.json fix: 修改element版本号 2023-04-10 20:16:57 +08:00
README.md fix: 修改element版本号 2023-04-10 20:16:57 +08:00
tsconfig.json feat: vue脚手架 2022-05-25 12:22:56 +08:00
vue.config.js feat: vue脚手架 2022-05-25 12:22:56 +08:00

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

See Configuration Reference.

如果报错将node版本降低到16以下