A simple Vue.js starter kit
Contain configuration for development hot reload, SASS/CSS injection, static image handling, and simple build for production
Run dev server with hot reload :
npm run dev
Build application in the dist
folder
npm run build
You can clone this repository, and remove the .git
folder to start a new fresh project