Antd-admin
제품 정보
오픈소스 사용 사례
공개 채팅
지원 계획
현재 사용할 수 있는 OSS 플랜이 없습니다.
저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.
OSS 플랜 추가이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.
전문 공급자와 연락하실 수 있도록 도와드리겠습니다.
제품 세부 정보
AntD Admin
- 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
.env
file. -
For login page, there're two account. Username: admin Password: admin / Username: guest Password: guest
More instructions at documentation。
Browsers support
Modern browsers.
IE / Edge | Firefox | Chrome | Safari | Opera |
---|---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
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.