Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 270 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 270 Bytes

Development

npm install - installs dependencies.

npm run serve - starts a live reload dev server.

npm run build - builds everything with webpack and minification to public directory.

npm run static-serve - starts a static server to test the build step.