Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 226 Bytes

README.MD

File metadata and controls

16 lines (11 loc) · 226 Bytes

webpack2-boiler

learning vue.js

Build Setup

# install dependencies
npm install

# serve via Webpack Dev Server (localhost:8080)
npm run build

# build for production with minification
npm run build:prod