-
Install npm packages
$ npm i -
Build assets for production
$ npm run buildAll built assets will be saved in ./dist directory.
Development environment requires some additional preparation.
-
Install npm packages
$ npm i -
Start development with live-reload server
$ npm run start