vue-parcel-starterkit icon indicating copy to clipboard operation
vue-parcel-starterkit copied to clipboard

Parcel starterkit for Vue.js with single file components & hot reloading. 🎉

vue-parcel-starterkit

Parcel starterkit for Vue.js with single file components & hot reloading. 🎉

vue-parcel-starterkit is inspired by vue-parcel-example. The main difference is that this starterkit supports Vue single file components.

Requirements

What's in the box?

Getting started

Clone this repository, and run npm install.

Development

npm run dev

Production

npm run build