npm install
npm run serve
or
npm start
npm run build
npm run test
npm run lint
npm run test:e2e
There is a docker file that will build the application, based on Vue.js docs.
Run docker build -t cityquest/frontend . to build it and tag it with the name cityquest/frontend.
To run locally use docker run -p 8081:80 cityquest/frontend where port 8081 is the port that's shared with the host.
So you can visit the application on localhost:8081