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!🚀
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
-
npm run dev
: start dev server. -
npm run build
: build with HTML/CSS/JS minification.