The https://npms.io website.
$ npm install
Simply spawn the server by running $ npm run serve
. This will create a server defaulting to the dev
environment.
You may preview the production build by running $ npm run build && npm run serve -- --env prod
.
There's a separate document that explains the deployment procedure, you may read it here.
$ npm test
$ npm test-cov # to get coverage report
Released under the MIT License.