Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 241 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 241 Bytes

vue-webpack4-template

VueJs template using Webpack 4

Build Setup

# install dependencies
npm

# serve with hot reload at localhost:8080
npm dev

# build for production with minification
npm build

# run all tests
npm test