https://github.com/supercharge/inertia
Inertia adapter for the Supercharge Node.js framework
https://github.com/supercharge/inertia
hacktoberfest inertiajs nodejs supercharge
Last synced: 6 days ago
JSON representation
Inertia adapter for the Supercharge Node.js framework
- Host: GitHub
- URL: https://github.com/supercharge/inertia
- Owner: supercharge
- License: mit
- Created: 2022-07-18T14:46:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T09:52:36.000Z (over 1 year ago)
- Last Synced: 2024-02-22T15:11:31.704Z (over 1 year ago)
- Topics: hacktoberfest, inertiajs, nodejs, supercharge
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Inertia Adapter
A server-side Inertia adapter for Supercharge
Installation ·
Docs ·
Usage
Follow @marcuspoehls and @superchargejs for updates!
---
## Introduction
The `@supercharge/inertia` package adds support for [Inertia](https://inertiajs.com) to the Supercharge framework.## Installation
```
npm i @supercharge/inertia
```## Docs
- 📖 [Documentation](https://superchargejs.com/docs/inertia)
## Compatibility
This package is compatible with Supercharge `3.x` or later:| Major Release | [Supercharge](https://github.com/supercharge/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 😊1. Create a fork
2. Create your feature branch: `git checkout -b my-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request 🚀## License
MIT © [Supercharge](https://superchargejs.com)---
> [superchargejs.com](https://superchargejs.com) ·
> GitHub [@supercharge](https://github.com/supercharge) ·
> Twitter [@superchargejs](https://twitter.com/superchargejs)