Skip to content

MoustafaShaaban/Vue-GIS

Repository files navigation

Vue GIS

A GIS app built using Vue, Quasar and Leaflet

Live Preview

Vue GIS App

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:

Project Review

  • Adding Data:

Adding Data

  • Filtering Data:

Filtering Data

  • Sort and Update Data:

Sort and Update Data

  • Delete Data and Search for new places:

Delete Data and Search for new places


Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.