Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 764 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 764 Bytes

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