D
D
Drottarutarnum2020-06-18 15:11:01
Vue.js
Drottarutarnum, 2020-06-18 15:11:01

How to include plugins in vue?

I want to put https://github.com/euvl/vue-js-modal

It gives an import error, it seems the module wants some external tools for compiling and adding files to the project, but I just have main.html and the usual notepad++

And so it doesn’t only with this plugin

Can you explain how to connect them in vue using the example of this plugin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aetae, 2020-06-19
@Drottarutarnum

The module is distributed in umd format , so there is no problem to use it without any builds:
Another thing is that you should learn build systems and the sooner the better, because. initial difficulties are more than offset by subsequent convenience.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question