A server-side Inertia adapter for Supercharge
Installation · Docs · Usage
Follow @marcuspoehls and @superchargejs for updates!
The @supercharge/inertia
package adds support for Inertia to the Supercharge framework.
npm i @supercharge/inertia
This package is compatible with Supercharge 3.x
or later:
Major Release | Supercharge version | Node.js version |
---|---|---|
2.x |
4.x |
>=20 |
1.x |
3.x |
>=16 |
Do you miss a function? We very much appreciate your contribution! Please send in a pull request 😊
- Create a fork
- Create your feature branch:
git checkout -b my-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 🚀
MIT © Supercharge
superchargejs.com · GitHub @supercharge · Twitter @superchargejs