Slides: https://goo.gl/wsQbwh
- Run
npm install
oryarn
- To debug in browser, run
npm run serve
oryarn serve
. - To run tests, run
npm test
oryarn test
.
Slides: https://goo.gl/wsQbwh
npm install
or yarn
npm run serve
or yarn serve
.npm test
or yarn test
.