Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 537 Bytes

Vue2-leaflet-iiif

Wrapper for using the Leaflet-IIIF plugin with the vue2-leaflet package.

Example

There is a simple but complete usage example. First, clone the repo and install its dependencies.

git clone git@github.com:webmapper/vue2-leaflet-iiif.git
cd vue2-leaflet-iiif
npm install

Start the dev server:

npm run serve

Then you should be able to navigate with your browser and see the demo at http://localhost:8080/.