Repo accompanying the blog post Quick-n-clean way to deploy Vue + Webpack apps on Heroku
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# deploy dist folder to Heroku
npm run deploy
For detailed explanation on how things work, checkout the guide and docs for vue-loader.