https://github.com/skywarth/country-routing-algorithm-demo-vue
Country routing algorithm applied on a demo application set in Vue
https://github.com/skywarth/country-routing-algorithm-demo-vue
routing-algorithm vite vitejs vue vue3 vuejs
Last synced: 8 days ago
JSON representation
Country routing algorithm applied on a demo application set in Vue
- Host: GitHub
- URL: https://github.com/skywarth/country-routing-algorithm-demo-vue
- Owner: skywarth
- Created: 2023-04-23T20:42:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T22:02:47.000Z (12 months ago)
- Last Synced: 2024-05-21T00:43:40.154Z (12 months ago)
- Topics: routing-algorithm, vite, vitejs, vue, vue3, vuejs
- Language: Vue
- Homepage: https://skywarth.github.io/country-routing-algorithm-demo-vue/
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# country-routing-demo-vue
[](https://github.com/skywarth/country-routing-algorithm-demo-vue/actions/workflows/deploy-using-published-action.yml)
This is a Vue app to demonstrate [Country Routing Algorithm](https://github.com/skywarth/country-routing-algorithm), allowing user to interface with it and display results.
## Demo
https://skywarth.github.io/country-routing-algorithm-demo-vue/
## TODOs
- [X] Display each country node with attributes as popup
- [X] Display found path metrics
- [X] zoom out after finding the route
- [ ] error modal/swal
- [ ] maybe remove primeflex, not sure if necessary## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```