Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 379 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 379 Bytes

vuecli3

此项目需要先安装cli-3.0

npm install -g @vue/cli
或者
yarn add global @vue/cli

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit