A library of vue components used by mapping applications
phila-vue-mapping is a library of Vue components that can be used in mapping apps which use Vue.js and Vuex.
phila-vue-mapping (@philly/vue-mapping in npmjs.com)
phila-vue-mapping is a library of Vue components that can be used in mapping apps which use Vue.js and Vuex. It includes many mapping components such as Maps, ESRI WebMaps, and Cyclomedia Widgets, etc.
To Include The Components In Your App
-
in a bundled app, use npm:
npm install @philly/vue-mapping
-
in an html file, use the CDN:
<script src="//unpkg.com/@philly/vue-m[email protected]/dist/phila-vue-mapping.js"></script>
Usage
Check out the wiki for usage documentation.