inertia-adonisjs
✓从头开始到生产构建 AdonisJS 6 + Inertia.js (React) 应用程序。完整的生命周期 - 设置、页面、表单、共享数据、调试。
SKILL.md
Inertia is a bridge between AdonisJS and React. You keep server-side routing and controllers, while the client swaps page components without full reloads.
Routes live in start/routes.ts. Inertia intercepts links and form submissions, making XHR requests and swapping components.
Props are sent to the client. Use DTOs to control the shape and avoid leaking fields.
从头开始到生产构建 AdonisJS 6 + Inertia.js (React) 应用程序。完整的生命周期 - 设置、页面、表单、共享数据、调试。 来源:filipebraida/skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/filipebraida/skills --skill inertia-adonisjs- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-11
- 更新时间
- 2026-02-18
快速解答
什么是 inertia-adonisjs?
从头开始到生产构建 AdonisJS 6 + Inertia.js (React) 应用程序。完整的生命周期 - 设置、页面、表单、共享数据、调试。 来源:filipebraida/skills。
如何安装 inertia-adonisjs?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/filipebraida/skills --skill inertia-adonisjs 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/filipebraida/skills