/parcel-vue-simple

A simple Parcel + Vue.js setup for quick prototyping.

Primary LanguageVue

parcel-vue-simple

A simple Parcel + Vue.js setup for quick prototyping. Note this template is not suitable for production.

Parcel includes Initial vue support.

Usage

This is a project template for vue-cli.

$ yarn global add vue-cli parcel-bundler
$ vue init lulichn/parcel-vue-simple my-project
$ cd my-project
$ yarn install
$ yarn dev

What's Included

  • yarn dev: Parcel with proper config for source maps & hot-reload.

  • yarn build: build with HTML/CSS/JS minification.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project