Skip to content

Repository files navigation

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.