Browse Source
* Translation of the README in French and adding French into others README * Spelling error "poir" -> "pour" * Better use "Contribution" than "Contribué"pull/4288/head
committed by
陈帅
6 changed files with 135 additions and 5 deletions
@ -0,0 +1,130 @@ |
|||
[English](./README.md) | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md) | Français |
|||
|
|||
<h1 align="center">Ant Design Pro</h1> |
|||
|
|||
<div align="center"> |
|||
|
|||
Une solution UI prête à l'emploi pour des applications d'entreprise en tant que modèle React. |
|||
|
|||
[](http://umijs.org/) [](https://dev.azure.com/ant-design/ant-design-pro/_build/latest?definitionId=1?branchName=master) [](https://david-dm.org/ant-design/ant-design-pro) [](https://david-dm.org/ant-design/ant-design-pro?type=dev) [](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) [](https://app.netlify.com/sites/angry-lumiere-4b8ba4/deploys)  |
|||
|
|||
</div> |
|||
|
|||
- Aperçu: http://preview.pro.ant.design |
|||
- Page d'accueil: 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 |
|||
- Site mirroir en Chine: http://ant-design-pro.gitee.io |
|||
|
|||
## 2.0 Sorti maintenant! 🎉🎉🎉 |
|||
|
|||
[Annoncement de Ant Design Pro 2.0.0](https://medium.com/ant-design/beautiful-and-powerful-ant-design-pro-2-0-release-51358da5af95) |
|||
|
|||
## Recrutement pour la traduction :loudspeaker: |
|||
|
|||
Nous avons besoin de votre aide: https://github.com/ant-design/ant-design-pro/issues/120 |
|||
|
|||
## Fonctionnalités |
|||
|
|||
- :gem: **Design soigné**: Suit [la spécification Ant Design](http://ant.design/) |
|||
- :triangular_ruler: **Modèles communs**: Modèles typiques d'application d'entreprise |
|||
- :rocket: **Développement dernier cri**: Infrastructure de développement de React/umi/dva/antd la plus récente |
|||
- :iphone: **Design adapté**: Conçu pour des tailles d'écran variables |
|||
- :art: **Thématisation**: Thème personnalisable avec configuration simple |
|||
- :globe_with_meridians: **International**: Solution i18n intégrée |
|||
- :gear: **Meilleures pratiques**: Flux de travail solide pour rendre votre code sain |
|||
- :1234: **Développement simulé**: Solution de développement simulée facile à utiliser |
|||
- :white_check_mark: **Tests UI**: Volez en toute sécurité avec les tests unitaires et e2e |
|||
|
|||
## Modèles |
|||
|
|||
``` |
|||
- Tableau de bord |
|||
- Analytique |
|||
- Moniteur |
|||
- Espace de travail |
|||
- Formulaire |
|||
- Formulaire de base |
|||
- Formulaire par étape |
|||
- Formulaire avancé |
|||
- Liste |
|||
- Tableau standard |
|||
- Liste standard |
|||
- Liste de cartes |
|||
- Liste de recherche (Projet/Applications/Article) |
|||
- Profil |
|||
- Profil simple |
|||
- Profil avancé |
|||
- Compte |
|||
- Centre du compte |
|||
- Paramètres du compte |
|||
- Résultat |
|||
- Succès |
|||
- Échec |
|||
- Exception |
|||
- 403 |
|||
- 404 |
|||
- 500 |
|||
- Utilisateur |
|||
- Connexion |
|||
- S'inscrire |
|||
- Résultat de l'inscription |
|||
``` |
|||
|
|||
## Utilisation |
|||
|
|||
### Utiliser bash |
|||
|
|||
```bash |
|||
$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 |
|||
$ cd ant-design-pro |
|||
$ npm install |
|||
$ npm start # visiter http://localhost:8000 |
|||
``` |
|||
|
|||
### Utilisation par docker |
|||
|
|||
```bash |
|||
# aperçu |
|||
$ docker pull antdesign/ant-design-pro |
|||
$ docker run -p 80:80 antdesign/ant-design-pro |
|||
# ouvrir http://localhost |
|||
|
|||
# développement |
|||
$ npm run docker:dev |
|||
|
|||
# construction |
|||
$ npm run docker:build |
|||
|
|||
|
|||
# développement en production |
|||
$ npm run docker-prod:dev |
|||
|
|||
# construction en production |
|||
$ npm run docker-prod:build |
|||
``` |
|||
|
|||
### Utilisation de Gitpod |
|||
|
|||
Ouvrez le projet avec Gitpod (environnement de développement gratuit pour GitHub) et commencez à coder immédiatement. |
|||
|
|||
[](https://gitpod.io/#https://github.com/ant-design/ant-design-pro) |
|||
|
|||
Plus d'instructions dans la [documentation](http://pro.ant.design/docs/getting-started). |
|||
|
|||
## Support des navigateurs |
|||
|
|||
Navigateurs modernes et IE11. |
|||
|
|||
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | |
|||
| --- | --- | --- | --- | --- | |
|||
| IE11, Edge | deux dernières versions | deux dernières versions | deux dernières versions | deux dernières versions | |
|||
|
|||
## Contribution |
|||
|
|||
Toute forme de contribution est la bienvenue, voici quelques exemples de façons dont vous pouvez contribuer à ce projet: |
|||
|
|||
- Utiliser Ant Design Pro dans votre travail quotidien. |
|||
- Soumettre des [issues](http://github.com/ant-design/ant-design-pro/issues) pour reporter les bugs ou poser des questions. |
|||
- Proposer des [pull requests](http://github.com/ant-design/ant-design-pro/pulls) pour améliorer notre code. |
|||
Loading…
Reference in new issue