Skip to content

GroundCoverMapper/ionic-leaflet-leaflet-draw-supabase-localstorage-vanilla-js

 
 

Repository files navigation

ionic-vanilla-js-with-leaflet

This repository contains an Ionic 6 Vanilla Javascript starter with no framework (no Angular, no React, no Vue...)

src/ionic.js

This file imports and registers every Ionic component you use in your project. Most of the components are commented to reduce the bundle size. So you need to uncomment the components you are going to use in your project.

src/main.js

This is the entry point. It includes an example of dynamic loading a couple of icons.

src/Map.js

This is the leaflet entry point. This implementation stores and reads data from local storage as it loads

save feature

Designed to connect to https://supabase.io Set parameters for url and key in src/Map.js

About

Ionic 6 Vanilla Javascript (no web framework)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.9%
  • HTML 46.1%
  • CSS 2.0%