A fork of Vue's Official Simple Webpack Boilerplate with better defaults:
- Included SASS loader
- 4-space tabs
- html files in
src
- using
public
instead ofdist
for building
- Clone
- Install dependencies:
npm install
- Serve with hot reload:
npm run dev
- Open localhost:8080
- Build to
public
folder with minification:npm run build