Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MehmetUygun's avatar

How can I import any vuejs plugins into Nova?

This is an example for normal app

npm install --save vue-js-modal

import vmodal from 'vue-js-modal'
Vue.use(vmodal)

How can I do this for Nova?

0 likes
4 replies
bugsysha's avatar

You need to create custom field/card/tool and you can do it there.

MehmetUygun's avatar

I have already created a custom tool. Could you show me how can I include vuejs plugins to use in the custom tool?

Please or to participate in this conversation.