I Am Creating A VUE Js Application
I Want To Use A HTMl Dashboard and Integrate it in vuejs , but the problem is it has some custom js for opening of dashboard , tabs , etc
My Question is , How Can i Use Those Things in My VueJS To Make The Dashboard working
Let me show you example :
i created a vue project
vue create project
Now i Want To convert this
https://modularcode.io/modular-admin-html/ HTML Template which is responsive and has js files for some actions
how do i include them and make it work in My Vue Project?