Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomwayson/esri-vue-cli-example
An example of how to use the ArcGIS API for JavaScript 3.x in a vue-cli application
https://github.com/tomwayson/esri-vue-cli-example
arcgis-js-api esri-loader vue vue-cli vue-loader vue-router
Last synced: 8 days ago
JSON representation
An example of how to use the ArcGIS API for JavaScript 3.x in a vue-cli application
- Host: GitHub
- URL: https://github.com/tomwayson/esri-vue-cli-example
- Owner: tomwayson
- Created: 2018-01-02T15:41:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T23:05:58.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T13:51:44.776Z (15 days ago)
- Topics: arcgis-js-api, esri-loader, vue, vue-cli, vue-loader, vue-router
- Language: Vue
- Homepage:
- Size: 12.7 KB
- Stars: 39
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esri-vue-cli-example
An example of how to use the [ArcGIS API for JavaScript 3.x](https://developers.arcgis.com/javascript/3/) in a [vue-cli](https://github.com/vuejs/vue-cli) application (via [esri-loader](https://github.com/Esri/esri-loader)).
If you're interested in seeing [v4x](https://developers.arcgis.com/javascript/) in a [NUXT](https://nuxtjs.org/) application, see [vue-jsapi4](https://github.com/odoe/vue-jsapi4).
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).