An open-source admin panel built with Vue 3 and Airway, a Go API framework.
Improve development efficiency for admin panel applications.
- Administrator login
- User management
- Role and permission management (RBAC)
- Dynamic resource definitions with automatically generated CRUD APIs and permission checks
- A plugin architecture that allows developers to extend the system freely through plugins
- Frontend: Vue 3 — https://vuejs.org
- UI component library: Shadcn-vue — https://www.shadcn-vue.com/
- Backend: Airway API framework — https://github.com/daqing/airway
MIT
The project name is AirwayAdmin, not Airway Admin.
This repository is currently in the project skeleton stage. The documents above describe the target design and phased implementation scope. Refer to the code and tests for the capabilities that are currently implemented.