vue-map is a 2D map demo. It based on vue and ArcGIS JS API.
- Login / Logout
- MapView
- Basemap Gallery
- Search
# clone the project
git clone https://github.com/GeoDaoyu/vue-map.git
# install dependency
npm install
# compiles and hot-reloads for development
npm run serve
This will automatically open http://127.0.0.1:8090.
# compiles and minifies for production
npm run build
# run tests
npm run test
# run unit tests
npm run test:unit
# lints and fixes files
npm run lint
Copyright (c) 2018-present GeoDaoyu