@supercharge/inertia
v2.1.0
Published
Inertia adapter for the Supercharge Node.js Framework
Downloads
16
Readme
Introduction
The @supercharge/inertia
package adds support for Inertia to the Supercharge framework.
Installation
npm i @supercharge/inertia
Docs
Compatibility
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
|
Contributing
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 🚀
License
MIT © Supercharge
superchargejs.com · GitHub @supercharge · Twitter @superchargejs