bjornd / jvectormap

jvectormap.com
GNU Affero General Public License v3.0
1.38k stars 431 forks source link

Integrate-jvector-map-with-pure javascript #447

Open Sukhpall-Singh opened 6 years ago

Sukhpall-Singh commented 6 years ago

I want to integrate jvector map in vuejs without using jquery. Here is the link of world-marker map that I need to integrate.In it, map is created using jquery that is working very well but now want to implement same as in javascript.

http://jvectormap.com/examples/markers-world/

As we know that jquery is library of javascript and each of them can perform same functionality. Due to requirement in my project I have to integrate markers-world map with javascript. Thanks!