Replies: 2 comments
-
Tried but no luck, I get error [ encore ] Error: output path no defined call: setOutputPath()... |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://github.com/narad-muni/adonis-vite-svelte |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i'd like to use svelte instead of edge and have encore just take care of everything when i start the server. i do not want to use sveltekit seperately, i really prefer the folder structure of adonis and want to just be able to make
.svelte
files in myresources/js/Pages
folder that i can point routes to withinertia.render
the idea is to use inertia as the bridge between adonis and svelte
i tried following this but it did not work properly: https://jyrki-grohn.medium.com/adonis-inertia-and-svelte-5291abedea65
i believe that is the closest i've gotten to making this work. has anyone got this working? i believe adonis + inertia + svelte might be the ultimate stack.
thank you
Beta Was this translation helpful? Give feedback.
All reactions