Pount client
See result
Build it
npm install
Compile and hot-reload for development
npm run serve
Compile and minify for production
npm run build
Run unit tests
npm run test:unit
Run end-to-end tests
npm run test:e2e
Lint and fix files
npm run lint