vue-parcel-starterkit
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
- Node >= v8
- Parcel
What's in the box?
Getting started
Clone this repository, and run npm install.
Development
npm run dev
Production
npm run build