脚手架模板,方便快速上手一个项目
Go to file
2022-05-25 12:22:56 +08:00
public feat: vue脚手架 2022-05-25 12:22:56 +08:00
src feat: vue脚手架 2022-05-25 12:22:56 +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: vue脚手架 2022-05-25 12:22:56 +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 feat: vue脚手架 2022-05-25 12:22:56 +08:00
README.md feat: vue脚手架 2022-05-25 12:22:56 +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.