/country-routing-algorithm-demo-vue

Country routing algorithm applied on a demo application set in Vue

Primary LanguageVue

country-routing-demo-vue

Deploy using published action

This is a Vue app to demonstrate Country Routing Algorithm, allowing user to interface with it and display results.

Demo

https://skywarth.github.io/country-routing-algorithm-demo-vue/

TODOs

  • Display each country node with attributes as popup
  • Display found path metrics
  • zoom out after finding the route
  • error modal/swal
  • maybe remove primeflex, not sure if necessary

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build