https://github.com/coding-hui/iam-frontend
https://github.com/coding-hui/iam-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/coding-hui/iam-frontend
- Owner: coding-hui
- License: mit
- Created: 2023-03-19T10:26:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T14:51:44.000Z (about 2 years ago)
- Last Synced: 2025-01-14T02:11:52.889Z (over 1 year ago)
- Language: TypeScript
- Size: 1.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Language : πΊπΈ | [π¨π³](./README.zh-CN.md)
WECODING IAM
WeCoding Identity and Access Management
[](https://dev.azure.com/ant-design/ant-design-pro/_build/latest?definitionId=1?branchName=master)  
[](https://gitter.im/ant-design/pro-english?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://gitter.im/ant-design/ant-design-pro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](http://umijs.org/) 

- Preview: http://iam.wecoding.top
- FAQ: https://github.com/coding-hui/iam/issues
## Features
- :bulb: **TypeScript**: A language for application-scale JavaScript
- :scroll: **Blocks**: Build page with block template
- :gem: **Neat Design**: Follow [Ant Design specification](http://ant.design/)
- :triangular_ruler: **Common Templates**: Typical templates for enterprise applications
- :rocket: **State of The Art Development**: Newest development stack of React/umi/dva/antd
- :iphone: **Responsive**: Designed for variable screen sizes
- :art: **Theming**: Customizable theme with simple config
- :globe_with_meridians: **International**: Built-in i18n solution
- :gear: **Best Practices**: Solid workflow to make your code healthy
- :1234: **Mock development**: Easy to use mock development solution
- :white_check_mark: **UI Test**: Fly safely with unit and e2e tests
## Usage
### Use bash
install dependencies:
```shell
$ pnpm install
```
run
```shell
$ pnpm start
```
build
```shell
$ pnpm build
```
## Git Contribution submission specification
- Reference vue specification. See https://github.com/vuejs/core/blob/main/.github/commit-convention.md
- π₯ feat(compiler): add 'comments' option
- π fix(compiler): fix some bug
- π docs(compiler): add some docs
- π· UI(compiler): better styles
- π° chore(compiler): Made some changes to the scaffolding
- π locale(compiler): Made a small contribution to internationalization
- Other commit types: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep
## Browsers support
Modern browsers.
| [
](http://godban.github.io/browsers-support-badges/)Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari | [
](http://godban.github.io/browsers-support-badges/)Opera |
| --- | --- | --- | --- | --- |
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## Contributing
Any type of contribution is welcome, here are some examples of how you may contribute to this project:
- Use Ant Design Pro in your daily work.
- Submit [issues](https://github.com/coding-hui/iam-frontend/issues) to report bugs or ask questions.
- Propose [pull requests](https://github.com/coding-hui/iam-frontend/pulls) to improve our code.