From ffc740e3081c484c60cf3699af53bf3125d4fd10 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 21 Jul 2025 14:52:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=90=8C=E6=AD=A5=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=20README=20=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=BA=E8=8B=B1=E6=96=87=E4=B8=BB=20README=20(#11535)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ar-DZ.md | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ README.fr-FR.md | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ README.ja-JP.md | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ README.pt-BR.md | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ README.ru-RU.md | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ README.tr-TR.md | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 750 insertions(+) create mode 100644 README.ar-DZ.md create mode 100644 README.fr-FR.md create mode 100644 README.ja-JP.md create mode 100644 README.pt-BR.md create mode 100644 README.ru-RU.md create mode 100644 README.tr-TR.md diff --git a/README.ar-DZ.md b/README.ar-DZ.md new file mode 100644 index 00000000..6e421ed4 --- /dev/null +++ b/README.ar-DZ.md @@ -0,0 +1,125 @@ +# Ant Design Pro + +Language: πŸ‡ΊπŸ‡Έ | [πŸ‡¨πŸ‡³](./README.zh-CN.md) | [πŸ‡·πŸ‡Ί](./README.ru-RU.md) | [πŸ‡ΉπŸ‡·](./README.tr-TR.md) | [πŸ‡―πŸ‡΅](./README.ja-JP.md) | [πŸ‡«πŸ‡·](./README.fr-FR.md) | [πŸ‡§πŸ‡·](./README.pt-BR.md) | [πŸ‡©πŸ‡Ώ](./README.ar-DZ.md) | [πŸ‡ͺπŸ‡Έ](./README.es-ES.md) + +

Ant Design Pro

+ +
+ +An out-of-box UI solution for enterprise applications as a React boilerplate. + +[![CI](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml) +[![Preview Deploy](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml) +[![Build With Umi](https://img.shields.io/badge/build%20with-umi-028fe4.svg?style=flat-square)](http://umijs.org/) +[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) +[![](https://badgen.net/badge/icon/Ant%20Design?icon=https://gw.alipayobjects.com/zos/antfincdn/Pp4WPgVDB3/KDpgvguMpGfqaHPjicRK.svg&label)](https://ant.design/) + +light theme preview +dark theme preview + +
+ +- Preview: http://preview.pro.ant.design +- Home Page: http://pro.ant.design +- Documentation: http://pro.ant.design/docs/getting-started +- ChangeLog: http://pro.ant.design/docs/changelog +- FAQ: http://pro.ant.design/docs/faq + +## 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 + +## Templates + +``` +- Dashboard + - Analytic + - Monitor + - Workspace +- Form + - Basic Form + - Step Form + - Advanced From +- List + - Standard Table + - Standard List + - Card List + - Search List (Project/Applications/Article) +- Profile + - Simple Profile + - Advanced Profile +- Account + - Account Center + - Account Settings +- Result + - Success + - Failed +- Exception + - 403 + - 404 + - 500 +- User + - Login + - Register + - Register Result +``` + +## Usage + +### Use bash + +We provide pro-cli to quickly initialize scaffolding. + +```bash +# use npm +npm i @ant-design/pro-cli -g +pro create myapp +``` + +Choose the pro template. Simple is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template. + +```shell +? πŸš€ Full or a simple scaffold? (Use arrow keys) +βž₯ simple + complete +``` + +Initialized Git repository: + +```shell +$ git init myapp +``` + +Install dependencies: + +```shell +$ cd myapp && tyarn +// or +$ cd myapp && npm install +``` + +## Browsers support + +Modern browsers. + +| [Edge](http://godban.github.io/browsers-support-badges/)
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 | +| --- | --- | --- | --- | --- | +| 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](http://github.com/ant-design/ant-design-pro/issues) to report bugs or ask questions. +- Propose [pull requests](http://github.com/ant-design/ant-design-pro/pulls) to improve our code. diff --git a/README.fr-FR.md b/README.fr-FR.md new file mode 100644 index 00000000..6e421ed4 --- /dev/null +++ b/README.fr-FR.md @@ -0,0 +1,125 @@ +# Ant Design Pro + +Language: πŸ‡ΊπŸ‡Έ | [πŸ‡¨πŸ‡³](./README.zh-CN.md) | [πŸ‡·πŸ‡Ί](./README.ru-RU.md) | [πŸ‡ΉπŸ‡·](./README.tr-TR.md) | [πŸ‡―πŸ‡΅](./README.ja-JP.md) | [πŸ‡«πŸ‡·](./README.fr-FR.md) | [πŸ‡§πŸ‡·](./README.pt-BR.md) | [πŸ‡©πŸ‡Ώ](./README.ar-DZ.md) | [πŸ‡ͺπŸ‡Έ](./README.es-ES.md) + +

Ant Design Pro

+ +
+ +An out-of-box UI solution for enterprise applications as a React boilerplate. + +[![CI](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml) +[![Preview Deploy](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml) +[![Build With Umi](https://img.shields.io/badge/build%20with-umi-028fe4.svg?style=flat-square)](http://umijs.org/) +[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) +[![](https://badgen.net/badge/icon/Ant%20Design?icon=https://gw.alipayobjects.com/zos/antfincdn/Pp4WPgVDB3/KDpgvguMpGfqaHPjicRK.svg&label)](https://ant.design/) + +light theme preview +dark theme preview + +
+ +- Preview: http://preview.pro.ant.design +- Home Page: http://pro.ant.design +- Documentation: http://pro.ant.design/docs/getting-started +- ChangeLog: http://pro.ant.design/docs/changelog +- FAQ: http://pro.ant.design/docs/faq + +## 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 + +## Templates + +``` +- Dashboard + - Analytic + - Monitor + - Workspace +- Form + - Basic Form + - Step Form + - Advanced From +- List + - Standard Table + - Standard List + - Card List + - Search List (Project/Applications/Article) +- Profile + - Simple Profile + - Advanced Profile +- Account + - Account Center + - Account Settings +- Result + - Success + - Failed +- Exception + - 403 + - 404 + - 500 +- User + - Login + - Register + - Register Result +``` + +## Usage + +### Use bash + +We provide pro-cli to quickly initialize scaffolding. + +```bash +# use npm +npm i @ant-design/pro-cli -g +pro create myapp +``` + +Choose the pro template. Simple is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template. + +```shell +? πŸš€ Full or a simple scaffold? (Use arrow keys) +βž₯ simple + complete +``` + +Initialized Git repository: + +```shell +$ git init myapp +``` + +Install dependencies: + +```shell +$ cd myapp && tyarn +// or +$ cd myapp && npm install +``` + +## Browsers support + +Modern browsers. + +| [Edge](http://godban.github.io/browsers-support-badges/)
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 | +| --- | --- | --- | --- | --- | +| 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](http://github.com/ant-design/ant-design-pro/issues) to report bugs or ask questions. +- Propose [pull requests](http://github.com/ant-design/ant-design-pro/pulls) to improve our code. diff --git a/README.ja-JP.md b/README.ja-JP.md new file mode 100644 index 00000000..6e421ed4 --- /dev/null +++ b/README.ja-JP.md @@ -0,0 +1,125 @@ +# Ant Design Pro + +Language: πŸ‡ΊπŸ‡Έ | [πŸ‡¨πŸ‡³](./README.zh-CN.md) | [πŸ‡·πŸ‡Ί](./README.ru-RU.md) | [πŸ‡ΉπŸ‡·](./README.tr-TR.md) | [πŸ‡―πŸ‡΅](./README.ja-JP.md) | [πŸ‡«πŸ‡·](./README.fr-FR.md) | [πŸ‡§πŸ‡·](./README.pt-BR.md) | [πŸ‡©πŸ‡Ώ](./README.ar-DZ.md) | [πŸ‡ͺπŸ‡Έ](./README.es-ES.md) + +

Ant Design Pro

+ +
+ +An out-of-box UI solution for enterprise applications as a React boilerplate. + +[![CI](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml) +[![Preview Deploy](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml) +[![Build With Umi](https://img.shields.io/badge/build%20with-umi-028fe4.svg?style=flat-square)](http://umijs.org/) +[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) +[![](https://badgen.net/badge/icon/Ant%20Design?icon=https://gw.alipayobjects.com/zos/antfincdn/Pp4WPgVDB3/KDpgvguMpGfqaHPjicRK.svg&label)](https://ant.design/) + +light theme preview +dark theme preview + +
+ +- Preview: http://preview.pro.ant.design +- Home Page: http://pro.ant.design +- Documentation: http://pro.ant.design/docs/getting-started +- ChangeLog: http://pro.ant.design/docs/changelog +- FAQ: http://pro.ant.design/docs/faq + +## 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 + +## Templates + +``` +- Dashboard + - Analytic + - Monitor + - Workspace +- Form + - Basic Form + - Step Form + - Advanced From +- List + - Standard Table + - Standard List + - Card List + - Search List (Project/Applications/Article) +- Profile + - Simple Profile + - Advanced Profile +- Account + - Account Center + - Account Settings +- Result + - Success + - Failed +- Exception + - 403 + - 404 + - 500 +- User + - Login + - Register + - Register Result +``` + +## Usage + +### Use bash + +We provide pro-cli to quickly initialize scaffolding. + +```bash +# use npm +npm i @ant-design/pro-cli -g +pro create myapp +``` + +Choose the pro template. Simple is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template. + +```shell +? πŸš€ Full or a simple scaffold? (Use arrow keys) +βž₯ simple + complete +``` + +Initialized Git repository: + +```shell +$ git init myapp +``` + +Install dependencies: + +```shell +$ cd myapp && tyarn +// or +$ cd myapp && npm install +``` + +## Browsers support + +Modern browsers. + +| [Edge](http://godban.github.io/browsers-support-badges/)
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 | +| --- | --- | --- | --- | --- | +| 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](http://github.com/ant-design/ant-design-pro/issues) to report bugs or ask questions. +- Propose [pull requests](http://github.com/ant-design/ant-design-pro/pulls) to improve our code. diff --git a/README.pt-BR.md b/README.pt-BR.md new file mode 100644 index 00000000..6e421ed4 --- /dev/null +++ b/README.pt-BR.md @@ -0,0 +1,125 @@ +# Ant Design Pro + +Language: πŸ‡ΊπŸ‡Έ | [πŸ‡¨πŸ‡³](./README.zh-CN.md) | [πŸ‡·πŸ‡Ί](./README.ru-RU.md) | [πŸ‡ΉπŸ‡·](./README.tr-TR.md) | [πŸ‡―πŸ‡΅](./README.ja-JP.md) | [πŸ‡«πŸ‡·](./README.fr-FR.md) | [πŸ‡§πŸ‡·](./README.pt-BR.md) | [πŸ‡©πŸ‡Ώ](./README.ar-DZ.md) | [πŸ‡ͺπŸ‡Έ](./README.es-ES.md) + +

Ant Design Pro

+ +
+ +An out-of-box UI solution for enterprise applications as a React boilerplate. + +[![CI](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml) +[![Preview Deploy](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml) +[![Build With Umi](https://img.shields.io/badge/build%20with-umi-028fe4.svg?style=flat-square)](http://umijs.org/) +[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) +[![](https://badgen.net/badge/icon/Ant%20Design?icon=https://gw.alipayobjects.com/zos/antfincdn/Pp4WPgVDB3/KDpgvguMpGfqaHPjicRK.svg&label)](https://ant.design/) + +light theme preview +dark theme preview + +
+ +- Preview: http://preview.pro.ant.design +- Home Page: http://pro.ant.design +- Documentation: http://pro.ant.design/docs/getting-started +- ChangeLog: http://pro.ant.design/docs/changelog +- FAQ: http://pro.ant.design/docs/faq + +## 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 + +## Templates + +``` +- Dashboard + - Analytic + - Monitor + - Workspace +- Form + - Basic Form + - Step Form + - Advanced From +- List + - Standard Table + - Standard List + - Card List + - Search List (Project/Applications/Article) +- Profile + - Simple Profile + - Advanced Profile +- Account + - Account Center + - Account Settings +- Result + - Success + - Failed +- Exception + - 403 + - 404 + - 500 +- User + - Login + - Register + - Register Result +``` + +## Usage + +### Use bash + +We provide pro-cli to quickly initialize scaffolding. + +```bash +# use npm +npm i @ant-design/pro-cli -g +pro create myapp +``` + +Choose the pro template. Simple is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template. + +```shell +? πŸš€ Full or a simple scaffold? (Use arrow keys) +βž₯ simple + complete +``` + +Initialized Git repository: + +```shell +$ git init myapp +``` + +Install dependencies: + +```shell +$ cd myapp && tyarn +// or +$ cd myapp && npm install +``` + +## Browsers support + +Modern browsers. + +| [Edge](http://godban.github.io/browsers-support-badges/)
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 | +| --- | --- | --- | --- | --- | +| 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](http://github.com/ant-design/ant-design-pro/issues) to report bugs or ask questions. +- Propose [pull requests](http://github.com/ant-design/ant-design-pro/pulls) to improve our code. diff --git a/README.ru-RU.md b/README.ru-RU.md new file mode 100644 index 00000000..6e421ed4 --- /dev/null +++ b/README.ru-RU.md @@ -0,0 +1,125 @@ +# Ant Design Pro + +Language: πŸ‡ΊπŸ‡Έ | [πŸ‡¨πŸ‡³](./README.zh-CN.md) | [πŸ‡·πŸ‡Ί](./README.ru-RU.md) | [πŸ‡ΉπŸ‡·](./README.tr-TR.md) | [πŸ‡―πŸ‡΅](./README.ja-JP.md) | [πŸ‡«πŸ‡·](./README.fr-FR.md) | [πŸ‡§πŸ‡·](./README.pt-BR.md) | [πŸ‡©πŸ‡Ώ](./README.ar-DZ.md) | [πŸ‡ͺπŸ‡Έ](./README.es-ES.md) + +

Ant Design Pro

+ +
+ +An out-of-box UI solution for enterprise applications as a React boilerplate. + +[![CI](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml) +[![Preview Deploy](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml) +[![Build With Umi](https://img.shields.io/badge/build%20with-umi-028fe4.svg?style=flat-square)](http://umijs.org/) +[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) +[![](https://badgen.net/badge/icon/Ant%20Design?icon=https://gw.alipayobjects.com/zos/antfincdn/Pp4WPgVDB3/KDpgvguMpGfqaHPjicRK.svg&label)](https://ant.design/) + +light theme preview +dark theme preview + +
+ +- Preview: http://preview.pro.ant.design +- Home Page: http://pro.ant.design +- Documentation: http://pro.ant.design/docs/getting-started +- ChangeLog: http://pro.ant.design/docs/changelog +- FAQ: http://pro.ant.design/docs/faq + +## 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 + +## Templates + +``` +- Dashboard + - Analytic + - Monitor + - Workspace +- Form + - Basic Form + - Step Form + - Advanced From +- List + - Standard Table + - Standard List + - Card List + - Search List (Project/Applications/Article) +- Profile + - Simple Profile + - Advanced Profile +- Account + - Account Center + - Account Settings +- Result + - Success + - Failed +- Exception + - 403 + - 404 + - 500 +- User + - Login + - Register + - Register Result +``` + +## Usage + +### Use bash + +We provide pro-cli to quickly initialize scaffolding. + +```bash +# use npm +npm i @ant-design/pro-cli -g +pro create myapp +``` + +Choose the pro template. Simple is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template. + +```shell +? πŸš€ Full or a simple scaffold? (Use arrow keys) +βž₯ simple + complete +``` + +Initialized Git repository: + +```shell +$ git init myapp +``` + +Install dependencies: + +```shell +$ cd myapp && tyarn +// or +$ cd myapp && npm install +``` + +## Browsers support + +Modern browsers. + +| [Edge](http://godban.github.io/browsers-support-badges/)
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 | +| --- | --- | --- | --- | --- | +| 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](http://github.com/ant-design/ant-design-pro/issues) to report bugs or ask questions. +- Propose [pull requests](http://github.com/ant-design/ant-design-pro/pulls) to improve our code. diff --git a/README.tr-TR.md b/README.tr-TR.md new file mode 100644 index 00000000..6e421ed4 --- /dev/null +++ b/README.tr-TR.md @@ -0,0 +1,125 @@ +# Ant Design Pro + +Language: πŸ‡ΊπŸ‡Έ | [πŸ‡¨πŸ‡³](./README.zh-CN.md) | [πŸ‡·πŸ‡Ί](./README.ru-RU.md) | [πŸ‡ΉπŸ‡·](./README.tr-TR.md) | [πŸ‡―πŸ‡΅](./README.ja-JP.md) | [πŸ‡«πŸ‡·](./README.fr-FR.md) | [πŸ‡§πŸ‡·](./README.pt-BR.md) | [πŸ‡©πŸ‡Ώ](./README.ar-DZ.md) | [πŸ‡ͺπŸ‡Έ](./README.es-ES.md) + +

Ant Design Pro

+ +
+ +An out-of-box UI solution for enterprise applications as a React boilerplate. + +[![CI](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/ci.yml) +[![Preview Deploy](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml/badge.svg)](https://github.com/ant-design/ant-design-pro/actions/workflows/preview-deploy.yml) +[![Build With Umi](https://img.shields.io/badge/build%20with-umi-028fe4.svg?style=flat-square)](http://umijs.org/) +[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) +[![](https://badgen.net/badge/icon/Ant%20Design?icon=https://gw.alipayobjects.com/zos/antfincdn/Pp4WPgVDB3/KDpgvguMpGfqaHPjicRK.svg&label)](https://ant.design/) + +light theme preview +dark theme preview + +
+ +- Preview: http://preview.pro.ant.design +- Home Page: http://pro.ant.design +- Documentation: http://pro.ant.design/docs/getting-started +- ChangeLog: http://pro.ant.design/docs/changelog +- FAQ: http://pro.ant.design/docs/faq + +## 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 + +## Templates + +``` +- Dashboard + - Analytic + - Monitor + - Workspace +- Form + - Basic Form + - Step Form + - Advanced From +- List + - Standard Table + - Standard List + - Card List + - Search List (Project/Applications/Article) +- Profile + - Simple Profile + - Advanced Profile +- Account + - Account Center + - Account Settings +- Result + - Success + - Failed +- Exception + - 403 + - 404 + - 500 +- User + - Login + - Register + - Register Result +``` + +## Usage + +### Use bash + +We provide pro-cli to quickly initialize scaffolding. + +```bash +# use npm +npm i @ant-design/pro-cli -g +pro create myapp +``` + +Choose the pro template. Simple is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template. + +```shell +? πŸš€ Full or a simple scaffold? (Use arrow keys) +βž₯ simple + complete +``` + +Initialized Git repository: + +```shell +$ git init myapp +``` + +Install dependencies: + +```shell +$ cd myapp && tyarn +// or +$ cd myapp && npm install +``` + +## Browsers support + +Modern browsers. + +| [Edge](http://godban.github.io/browsers-support-badges/)
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 | +| --- | --- | --- | --- | --- | +| 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](http://github.com/ant-design/ant-design-pro/issues) to report bugs or ask questions. +- Propose [pull requests](http://github.com/ant-design/ant-design-pro/pulls) to improve our code.