Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 336 Bytes

webpack2-simple-vue2

A simple rollup template with vuets + vue/vue-router 2.1

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init vuets/rollup-simple-vue2 my-project
$ cd my-project
$ npm install
$ npm run dev