AlbertLucianto / vue-text-highlight

Text highlighter library for Vue.js :lipstick:
https://albertlucianto.github.io/vue-text-highlight
MIT License
326 stars 35 forks source link

can i use .js directly without npm ? #3

Closed alexfok007 closed 5 years ago

peterchaula commented 5 years ago

I think you can achieve that using https://unpkg.com/

AlbertLucianto commented 5 years ago

As @peterchaula suggested, you can attach <script src="https://unpkg.com/vue-text-highlight" /> on your html file.