Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedmaldosary/nuxt3-mapbox
https://github.com/saeedmaldosary/nuxt3-mapbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/saeedmaldosary/nuxt3-mapbox
- Owner: saeedmaldosary
- Created: 2024-03-19T09:11:45.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-27T12:39:03.000Z (9 months ago)
- Last Synced: 2024-03-27T13:46:52.772Z (9 months ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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