zuiidea / antd-admin
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing zuiidea/antd-admin in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewAn excellent front-end solution for enterprise applications.
</div>- Preview - https://antd-admin.zuiidea.com
- Documentation - https://superlbr.gitee.io/antd-admin
- FAQ - https://doc.antd-admin.zuiidea.com/#/faq
- ChangeLog - https://doc.antd-admin.zuiidea.com/#/change-log
English | 简体中文
Features
- Internationalization, extracting translation fields from source code, loading language packs on demand
- Dynamic permissions, different permissions for different menus
- Elegant and beautiful, Ant Design system
- Mock data, local data debugging
Usage
- Clone project code.
git clone https://github.com/zuiidea/antd-admin.git my-project
cd my-project
- Installation dependence.
yarn install
Or
npm install
- Start local server.
npm run start
-
After the startup is complete, open a browser and visit http://localhost:7000, If you need to change the startup port, you can configure it in the
.envfile. -
For login page, there're two account. Username: admin Password: admin / Username: guest Password: guest
More instructions at documentation。
Browsers support
Modern browsers.
Contributing
We very much welcome your contribution, you can build together with us in the following ways :smiley:
- Use Ant Design Pro in your daily work.
- Submit GitHub issuess to report bugs or ask questions.
- Propose Pull Request to improve our code.