Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 139 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 139 Bytes

基本用法

$ npm install -g vue-cli
$ vue init duvjs/duv-examples my-project
$ cd my-project
$ npm install
$ npm run dev