Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 270 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 270 Bytes

webpack-init-config

Simple Webpack Template

Install dependencies

npm install

Start dev server

npm run serve

Build development

npm run build:dev

Build to production

npm run build