DEV Community

Discussion on: vue.js modules in the browser, the cheap way

Collapse
 
rhymes profile image
rhymes

You could probably replace jQuery with fetch but you lose IE (Edge works).

If IE is a requirement and since you don't need to do anything fancy you could try using a library like nanoajax so you can replace jQuery with that.