UNPKG

@adonisjs/inertia

Version:

Official Inertia.js adapter for AdonisJS

39 lines (24 loc) 1.94 kB
# @adonisjs/inertia <br /> [![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] ## Introduction Official [Inertia.js](https://inertiajs.com/) adapter for AdonisJS. ## Official Documentation The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/views-and-templates/inertia). ## Starter Kit The AdonisJS team maintains an Inertia starter kit. This starter kit provides a configurable base application using AdonisJS with Inertia and your favorite frontend framework (e.g. React, Vue.js, Svelte). - [adonisjs/inertia-starter-kit](https://github.com/adonisjs/inertia-starter-kit) ## Contributing One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework. We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework. ## Code of Conduct In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md). ## License AdonisJS Inertia is open-sourced software licensed under the [MIT license](LICENSE.md). [gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/inertia/checks.yml?style=for-the-badge [gh-workflow-url]: https://github.com/adonisjs/inertia/actions/workflows/checks.yml "Github action" [npm-image]: https://img.shields.io/npm/v/@adonisjs/inertia/latest.svg?style=for-the-badge&logo=npm [npm-url]: https://www.npmjs.com/package/@adonisjs/inertia/v/latest "npm" [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript [license-url]: LICENSE.md [license-image]: https://img.shields.io/github/license/adonisjs/inertia?style=for-the-badge