koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

Integration with Nuxt ?! #242

Open linqFR opened 3 years ago

linqFR commented 3 years ago

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:

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 !

VictorioBerra commented 3 years ago

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

IOIIOOIO commented 2 years ago

I found some clues here:

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