nguyenvanduocit / vue-loading-spinner

Just another collection of loading spinners with Vue.js, alot of spinners
https://nguyenvanduocit.github.io/vue-loading-spinner/
685 stars 105 forks source link

how install using browserify? #17

Closed brunocasado closed 1 year ago

brunocasado commented 6 years ago

Title says all. i'm not using webpack

If i import using browserify way i got:  build.js:3913 Uncaught SyntaxError: Unexpected end of input

Using gulp+browserify, vueify and another transformers.

How i can fix that?

thanks!