Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 294 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 294 Bytes

vue-html5plus-template

A template for building App with vue.js and html5plus.

Usage

install vue-cli:

$ npm install -g vue-cli

download template:

$ vue init vue-html5plus/vue-html5plus-template my-project
$ cd my-project
$ npm install
$ npm run start
$ npm run dev