UNPKG

node-red-contrib-uibuilder

Version:

Easily create web UI's for Node-RED using any (or no) front-end library. VueJS and bootstrap-vue included but change as desired.

6 lines (5 loc) 92 B
// vue-global.d.ts import _Vue = require('vue') declare global { const Vue: typeof _Vue }