Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 328 Bytes

File metadata and controls

19 lines (13 loc) · 328 Bytes

parcel-vue

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init ColMugX/parcel-vue my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: parcel

  • npm run build: build with HTML/CSS/JS minification.