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.
- Node >= v8
- Parcel
Clone this repository, and run npm install
.
Development
npm run dev
Production
npm run build