npm install - installs dependencies.
npm install
npm run serve - starts a live reload dev server.
npm run serve
npm run build - builds everything with webpack to public directory.
npm run build
public
npm run static-serve - starts a static server.
npm run static-serve