A web-based application that lets teams who don't know GIS create their own imagineRio projects for their own cities
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
$ yarn test
Using Vue Styleguidist to generate component documentation
# start style guide dev server localhost:6060
$ yarn styleguide
https://vuejs.org/v2/style-guide/
For detailed explanation on how nuxt work, check out Nuxt.js docs.