Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 389 Bytes

VUE_CLI.md

File metadata and controls

34 lines (27 loc) · 389 Bytes

vue-cli

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Run your unit tests

yarn test:unit

Customize configuration

See Configuration Reference.