An ArcGIS API for JavaScript 4.x and Nuxt Project
$ sh run.sh
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
- Master - The Master Branch only contained working code
- Original - Contains the basic working map before I started customizing
- All other branches - I do a new branch for each fix/enhancement
Project ToDo List: See Project Board
For detailed explanation on how things work, checkout Nuxt.js docs.