IkonGPS Frontend
# copy nuxt.config
cp nuxt.config-default.js nuxt.config.js
# install dependencies
$ npm install
# serve with hot reload at localhost:9003
$ npm run dev
# build for qa and production server
$ npm run build
$ npm run forever
# generate static project
$ npm run generate