# ax-web **Repository Path**: in-git/ax-web ## Basic Information - **Project Name**: ax-web - **Description**: AX是一款具备windows操作风格,而且具备完整权限的后端管理系统。使用Vue3/Java实现,后端fork自若依,可一键生成增删改查 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-05-19 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

AX

Windows 操作风格的后台管理系统

AX Gitee star Gitee fork

### 获取代码 ``` git clone https://gitee.com/in-git/ax-web.git ``` ### 安装 ```bash npm i ``` ### 启动 ``` npm run dev ``` ### 分支说明 ``` master:主分支 前后端分支要保持一致,否则会出现无法打开系统功能的情况,但不会影响系统运行 ```