commit 72283d1ffdc6083af0ceaf7a26cf67b1ed9d38ed Author: fengyuexingzi Date: Tue Jun 28 08:09:28 2022 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ce9566 --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ + +

+ + antd-admin + +

+ +

AntD Admin

+ +
+ +An excellent front-end solution for enterprise applications. + +[![antd](https://img.shields.io/badge/antd-^4.0.0-blue.svg?style=flat-square)](https://github.com/ant-design/ant-design) +[![umi](https://img.shields.io/badge/umi-^2.2.1-orange.svg?style=flat-square)](https://github.com/umijs/umi) +[![GitHub issues](https://img.shields.io/github/issues/zuiidea/antd-admin.svg?style=flat-square)](https://github.com/zuiidea/antd-admin/issues) +[![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](http://opensource.org/licenses/MIT) +![Travis (.org)](https://img.shields.io/travis/zuiidea/antd-admin.svg) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/zuiidea/antd-admin/pulls) +[![Gitter](https://img.shields.io/gitter/room/antd-admin/antd-admin.svg)](https://gitter.im/antd-admin/antd-admin) + +
+ +- 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. + +| [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | [Opera](http://godban.github.io/browsers-support-badges/)
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.