Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).