tbgse / vue-fullstack-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 91.1%Language:Vue 8.0%Language:HTML 0.9%Language:CSS 0.1%