An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          











Inertia Adapter




A server-side Inertia adapter for Supercharge





Installation ·
Docs ·
Usage







Latest Version
Monthly downloads



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)