UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

31 lines (30 loc) 985 B
{ "description": "Use Leaflet Maps in your Qwik app", "__qwik__": { "displayName": "Integration: Leaflet Maps", "priority": -10, "viteConfig": {}, "docs": [ "https://leafletjs.com/reference.html", "https://leafletjs.com/examples/quick-start/", "https://www.sitepoint.com/leaflet-create-map-beginner-guide/" ], "nextSteps": { "lines": [ "We start the project with the `start` npm script", "Once started, we access the /basic-map path to see the demo example.", "You can make changes and experiment within src/routes/basic-map/index.tsx", "to add a new location, zoom,... and any improvements to the maps component", "can be done in the src/components/leaflet-map/index.tsx section.", "Have a look at the docs for more info:", "https://leafletjs.com/" ] } }, "dependencies": { "leaflet": "1.9.4" }, "devDependencies": { "@types/leaflet": "^1.9.6" } }