vuetify-jsonschema-form icon indicating copy to clipboard operation
vuetify-jsonschema-form copied to clipboard

Integration with Nuxt ?!

Open linqFR opened this issue 4 years ago • 2 comments

Hello,

I need a piece of advice: What is the better way to integrate vjsf into nuxt for Single Page Application (and i18n and tailwindcss) ?

That is:

  • buildModule or module?
  • build : transpile? or else ?

and while in dev mode, that could be cool to get something like localhost:3000/vjsf or /forms to develop forms and save them to components 😉 (as it exist for tailwind) !

Thanks !

linqFR avatar Apr 21 '21 16:04 linqFR

I would also like information on how to import and use this as a Nuxt plugin.

VictorioBerra avatar Jun 07 '21 16:06 VictorioBerra

I found some clues here:

https://github.com/koumoul-dev/vuetify-jsonschema-form/issues/305

IOIIOOIO avatar Jan 03 '22 12:01 IOIIOOIO