Vue GIS
A GIS app built using Vue, Quasar and Leaflet
Live Preview
Project Goals
Create, Read, Update and Delete (CRUD) geo features.
Persist features data using the localStorage API.
Search for features by feature title or description.
Project Review
- Project Review:
- Adding Data:
- Filtering Data:
- Sort and Update Data:
- Delete Data and Search for new places:
Install the dependencies
bash
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
bash
quasar dev
Build the app for production
bash
quasar build