phila-vue-mapping

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 phila-vue-mapping

  • in an html file, use the CDN:

    <script src="//unpkg.com/@cityofphiladelphia/[email protected]/dist/phila-vue-mapping.js"></script>

GitHub