vue-fullstack-boilerplate

A lightweight boilerplate for scalable vue 2.x applications based on the original webpack vue template

Build Setup

# install dependencies
npm run install-all

# run both webpack dev server and express server
npm run start

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report