@cityofphiladelphia/phila-vue-mapping

A Vue.js component for data-rich web mapping

Usage no npm install needed!

<script type="module">
  import cityofphiladelphiaPhilaVueMapping from 'https://cdn.skypack.dev/@cityofphiladelphia/phila-vue-mapping';
</script>

README

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/phila-vue-mapping@0.0.8/dist/phila-vue-mapping.js"></script>

Usage

Check out the wiki for usage documentation.