SWPS Example

This is an example project that shows how Vue + Vuetify + Supabase + Leaflet can be used together.

You need to install NodeJS first to use npm.

How to Run the Code

Setup

Make sure to install the dependencies:

npm install

or

yarn install

Development Server

Start the development server on http://localhost:3000 run:

npm run dev

or

yarn dev -o

Documentation