Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support inertia starter kit #3

Merged
merged 2 commits into from
Mar 5, 2024
Merged

feat: support inertia starter kit #3

merged 2 commits into from
Mar 5, 2024

Conversation

Julien-R44
Copy link
Member

Support for starter-kit-inertia https://github.com/adonisjs/inertia-starter-kit

Lets forget about using configure.ts at the root of respective starter kits for now. Too complicated and time-consuming to develop atm. we can see that later. This PR should do the trick for now

Usage is exactly the same as web-starter-kit, except that you have two extra flags

You can pass the --adapter flag to configure the frontend adapter. Available options are react, vue, solid, and svelte.

npm init adonisjs -- -K=inertia --adapter=react

You can also pass the --ssr or --no-ssr flag to enable or disable server-side rendering.

npm init adonisjs -- -K=inertia --ssr

@Julien-R44 Julien-R44 changed the title Feat/inertia feat: support inertia starter kit Mar 1, 2024
@Julien-R44 Julien-R44 merged commit 59e2c91 into develop Mar 5, 2024
12 checks passed
@Julien-R44 Julien-R44 deleted the feat/inertia branch March 5, 2024 13:14
Julien-R44 added a commit that referenced this pull request Mar 5, 2024
* feat: inertia starter kit

* chore: missing file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant