Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 372 Bytes

vue-template

基于vue创建的模板

Usage

This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init cloud-templates/vue-template my-project
$ cd my-project
$ npm install or yarn
$ npm run dll
$ npm run dev
$ npm run build