Skip to content

voidit/country-routing-algorithm-demo-vue

 
 

Repository files navigation

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

About

Country routing algorithm applied on a demo application set in Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 84.6%
  • CSS 8.9%
  • JavaScript 5.3%
  • HTML 1.2%