https://github.com/winstxnhdw/moomapp-frontend-demo
A single-page web application to showcase the possibilities of a robust route optimiser built on Vue and Leaflet.
https://github.com/winstxnhdw/moomapp-frontend-demo
gsap3 leafletjs vue2leaflet vuejs waypoint-manager
Last synced: about 1 month ago
JSON representation
A single-page web application to showcase the possibilities of a robust route optimiser built on Vue and Leaflet.
- Host: GitHub
- URL: https://github.com/winstxnhdw/moomapp-frontend-demo
- Owner: winstxnhdw
- Created: 2021-04-29T10:10:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T23:24:12.000Z (about 2 years ago)
- Last Synced: 2025-02-05T07:30:39.144Z (3 months ago)
- Topics: gsap3, leafletjs, vue2leaflet, vuejs, waypoint-manager
- Language: Vue
- Homepage: https://moomapp-demo.netlify.app/
- Size: 23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moomapp-frontend
This is my very first web app/site.
> **Note**: This is a showcase demo I built to familiarise myself with the Vue framework and not the actual deployed application for MooVita.
![]()
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).