VueJS + Express boilerplate

A Vue.js project

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run start:dev

# build for production with minification
yarn run build

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

# run client unit tests
yarn run client:unit

# run e2e tests
yarn run client:e2e

# run server unit tests
yarn run server:test

#run server watch tests
yarn run server:test:watch

For detailed explanation on how things work, checkout the guide and docs for vue-loader.