Skip to content

快速开始

GPAdmin 前端基于 Ant Design Pro 构建,提供了完整的企业级管理后台解决方案。

技术栈

  • 框架: React + TypeScript
  • UI 组件库: Ant Design
  • 状态管理: UmiJS
  • 构建工具: UmiJS

环境要求

  • Node.js >= 14.x
  • npm >= 6.x 或 yarn >= 1.x

安装步骤

  1. 克隆项目
bash
git clone https://github.com/siushin/GPAdmin.git
cd GPAdmin/GPAdmin
  1. 安装依赖
bash
npm install
# 或
yarn install
  1. 启动开发服务器
bash
npm start
# 或
yarn start
  1. 访问应用

打开浏览器访问 http://localhost:8000

构建生产版本

bash
npm run build
# 或
yarn build

下一步

Copyright © 2025-2026 GPAdmin. All rights reserved.