You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone integrated deno-webui with a frontend bundler in order to be able to use a frontend framework like react or vue, as the frontend framework for a webui-deno based application? If so, could an example be linked to from this repository? In my case, I am interested in vite+vue, but I think any frontend bundling example could be helpful for me or others who would like to use a frontend framework in a deno-webui application.
I was able to integrate vue using a simple script-tag based approach but this does not provide TS or single-file-components support as the project grows. Thanks in advance for any pointers.
Thanks for your comment @AlbertShown . I looked over that snippet -- ty. Without the full example, to me it's still a little unclear on the exact mechanism/integration with sveltekit that is being used. But the full code showing how it's working e2e, including during development, would definitely be along the lines of what I am looking for.
Has anyone integrated deno-webui with a frontend bundler in order to be able to use a frontend framework like react or vue, as the frontend framework for a webui-deno based application? If so, could an example be linked to from this repository? In my case, I am interested in vite+vue, but I think any frontend bundling example could be helpful for me or others who would like to use a frontend framework in a deno-webui application.
I was able to integrate vue using a simple script-tag based approach but this does not provide TS or single-file-components support as the project grows. Thanks in advance for any pointers.
I was able to find examples like this one: https://github.com/anatoo/vite-deno-plugin/tree/main/examples/react of integrating vite with deno in general, but it's unclear to me how this could be combined with webui.
The text was updated successfully, but these errors were encountered: