Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 650 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 650 Bytes

vue-template-parcel

Vue and Parcel template for vue-cli.

Instead of Webpack, this template uses Parcel as module bundler, which is really fast and easy to use.

Update: Parcel 1.7 now has built-in Vue support! Yes!🚀

Usage

Install with vue-cli:

$ vue init royl-design/vue-template-parcel my-project

Then install the dependencies:

$ cd my-project
$ npm install

Launch the project with:

$ npm run dev

What's Included

  • npm run dev: start dev server.

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