Language : 🇺🇸 | 🇨🇳
- 💡 TypeScript: A language for application-scale JavaScript
- 📜 Blocks: Build page with block template
- 💎 Neat Design: Follow Ant Design specification
- 📐 Common Templates: Typical templates for enterprise applications
- 🚀 State of The Art Development: Newest development stack of React/umi/dva/antd
- 📱 Responsive: Designed for variable screen sizes
- 🎨 Theming: Customizable theme with simple config
- 🌐 International: Built-in i18n solution
- ⚙️ Best Practices: Solid workflow to make your code healthy
- 🔢 Mock development: Easy to use mock development solution
- ✅ UI Test: Fly safely with unit and e2e tests
install dependencies:
$ pnpm install
run
$ pnpm start
build
$ pnpm build
- 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
Modern browsers.
Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
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 to report bugs or ask questions.
- Propose pull requests to improve our code.