You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
3.9 KiB
88 lines
3.9 KiB
|
|
<p align="center">
|
|
<a href="http://github.com/zuiidea/antd-admin">
|
|
<img alt="antd-admin" height="64" src="./docs/_media/logo.svg">
|
|
</a>
|
|
</p>
|
|
|
|
<h1 align="center">AntD Admin</h1>
|
|
|
|
<div align="center">
|
|
|
|
An excellent front-end solution for enterprise applications.
|
|
|
|
[](https://github.com/ant-design/ant-design)
|
|
[](https://github.com/umijs/umi)
|
|
[](https://github.com/zuiidea/antd-admin/issues)
|
|
[](http://opensource.org/licenses/MIT)
|
|

|
|
[](https://github.com/zuiidea/antd-admin/pulls)
|
|
[](https://gitter.im/antd-admin/antd-admin)
|
|
|
|
</div>
|
|
|
|
- Preview - [https://antd-admin.zuiidea.com](https://antd-admin.zuiidea.com)
|
|
- Documentation - [https://doc.antd-admin.zuiidea.com](https://doc.antd-admin.zuiidea.com)
|
|
- FAQ - [https://doc.antd-admin.zuiidea.com/#/faq](https://doc.antd-admin.zuiidea.com/#/faq)
|
|
- ChangeLog - [https://doc.antd-admin.zuiidea.com/#/change-log](https://doc.antd-admin.zuiidea.com/#/change-log)
|
|
|
|
English | [简体中文](./README-zh_CN.md)
|
|
|
|
## 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
|
|
|
|
1. Clone project code.
|
|
|
|
```bash
|
|
git clone https://github.com/zuiidea/antd-admin.git my-project
|
|
cd my-project
|
|
```
|
|
|
|
2. Installation dependence.
|
|
|
|
```bash
|
|
yarn install
|
|
```
|
|
|
|
Or
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
3. Start local server.
|
|
|
|
```bash
|
|
npm run start
|
|
```
|
|
|
|
4. After the startup is complete, open a browser and visit [http://localhost:7000](http://localhost:7000), If you need to change the startup port, you can configure it in the `.env` file.
|
|
|
|
5. For login page, there're two account. Username: admin Password: admin / Username: guest Password: guest
|
|
|
|
> More instructions at [documentation](https://doc.antd-admin.zuiidea.com)。
|
|
|
|
|
|
## Browsers support
|
|
|
|
Modern browsers.
|
|
|
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>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 issues](http://github.com/zuiidea/antd-admin/issues)s to report bugs or ask questions.
|
|
- Propose [Pull Request](http://github.com/zuiidea/antd-admin/pulls) to improve our code.
|