DEV Community

Discussion on: Use Vue to create a SPA without any Node modules

Collapse
 
kylenek1 profile image
Kay

very helpful! but could you tell me how to use external plugins as components? is there any example that I refer to?

Collapse
 
arswaw profile image
Arswaw

Can you give me an example of what you mean by "external plugin?" If you mean, something traditionally imported as a node_module, then you could try using a CDN.

If it's an ES6 module, you can import that directly using the language.