ecore by antd
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.
 
 
fengyuexingzi e6429944e7
ecore by antd
4 years ago
.github ecore by antd 4 years ago
.vscode ecore by antd 4 years ago
assets ecore by antd 4 years ago
docs ecore by antd 4 years ago
mock ecore by antd 4 years ago
public ecore by antd 4 years ago
scripts ecore by antd 4 years ago
src ecore by antd 4 years ago
.editorconfig ecore by antd 4 years ago
.env ecore by antd 4 years ago
.eslintignore ecore by antd 4 years ago
.eslintrc ecore by antd 4 years ago
.gitignore ecore by antd 4 years ago
.prettierignore ecore by antd 4 years ago
.prettierrc ecore by antd 4 years ago
.stylelintrc.json ecore by antd 4 years ago
.travis.yml ecore by antd 4 years ago
.umirc.js ecore by antd 4 years ago
LICENSE ecore by antd 4 years ago
README-zh_CN.md ecore by antd 4 years ago
README.md first commit 4 years ago
jest.config.js ecore by antd 4 years ago
manifest.json ecore by antd 4 years ago
package.json ecore by antd 4 years ago

README.md

antd-admin

AntD Admin

An excellent front-end solution for enterprise applications.

antd umi GitHub issues MIT Travis (.org) PRs Welcome Gitter

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

  1. Clone project code.
git clone https://github.com/zuiidea/antd-admin.git my-project
cd my-project
  1. Installation dependence.
yarn install

Or

npm install
  1. Start local server.
npm run start
  1. 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.

  2. 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
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
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 😃

  • Use Ant Design Pro in your daily work.
  • Submit GitHub issuess to report bugs or ask questions.
  • Propose Pull Request to improve our code.