Have npm
and node js
installed
Npm will do the rest
- run
npm install
via command line in the project directory - run
npm run serve
to build and serve - open
localhost:8080
in your browser
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit