This project was build with vue using nuxt as a challenge for Municipia Company.
To run that you need to have the following apllications installed:
Node Package Manager NPM (https://www.npmjs.com/get-npm)
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate