Skip to content

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

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

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

Customize the configuration

See Configuring quasar.config.js.