Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saeedmaldosary/nuxt3-mapbox


https://github.com/saeedmaldosary/nuxt3-mapbox

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Nuxt 3 Mapbox App

This is a Nuxt 3 application integrated with Mapbox. The app consists of two main pages:
1. **Draw Polygon**: Allows users to draw polygons on the Mapbox map.
2. **Animate Routes**: Enables users to animate routes created on the map.

## Setup

1. Clone the repository:

```bash
git clone https://github.com/saeedmaldosary/nuxt3-mapbox
```

2. Install dependencies:

```bash
npm install
```

## Running the App

To run the app in development mode, use the following command:

```bash
npm run dev