How to structure an Inertia.js project with separate directories for different UI libraries (shadcn-ui for client, Ant Design for admin) #2350
Unanswered
only-issues
asked this question in
Help (React)
Replies: 1 comment
-
Wanted the same months ago, basically u will need to have 2 views app.blade.php and some little code inside a middleware, meaning it will tell you which url (does it start with /admin or not)... |
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.
-
Hello everyone,
I'm new to Inertia.js and currently working on a project where I need to use different UI libraries for different parts of the application:
I'd like to structure my project with separate directories for each part to better manage the different UI libraries:
Since these two areas use completely different UI libraries, I want to keep them separate for better organization and to avoid conflicts.
Is this possible with Inertia.js? If so, how would I configure it to support this structure? Would I need multiple entry points in my build configuration?
I'm particularly concerned about:
Any guidance or examples would be greatly appreciated!
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions