ant-design/docs/spec/introduce.zh-CN.md

52 lines
2.6 KiB
Markdown
Raw Normal View History

2016-03-31 14:17:09 +08:00
---
2017-12-22 17:49:38 +08:00
category: Ant Design
2016-03-31 14:17:09 +08:00
order: 0
2018-01-07 17:48:46 +08:00
title: 介绍
2016-03-31 14:17:09 +08:00
---
2015-08-22 19:13:06 +08:00
2017-12-25 22:15:35 +08:00
<div style="text-align:center;margin:40px 0;">
<img width="600" src="https://gw.alipayobjects.com/zos/rmsportal/lcamFWetlMgLkLmDUgmZ.png">
2016-03-10 17:43:54 +08:00
</div>
2015-08-22 19:13:06 +08:00
2018-01-04 11:24:30 +08:00
蚂蚁的企业级产品是一个庞大且复杂的体系。这类产品不仅量级巨大且功能复杂,而且变动和并发频繁,常常需要设计与开发能够快速的做出响应。同时这类产品中有存在很多类似的页面以及组件,可以通过抽象得到一些稳定且高复用性的内容。
2015-08-22 19:13:06 +08:00
2018-01-09 13:33:53 +08:00
随着商业化的趋势,越来越多的企业级产品对更好的用户体验有了进一步的要求。带着这样的一个终极目标,我们(蚂蚁金服体验技术部)经过大量的项目实践和总结,逐步打磨出一个服务于企业级产品的设计体系 Ant Design。基于『确定』和『自然』的设计价值观通过模块化的解决方案解放重复的生产成本让设计者专注于"更好的用户体验"。
2015-08-22 20:51:10 +08:00
2016-03-14 16:18:06 +08:00
---
2015-08-22 20:51:10 +08:00
2016-11-23 21:09:42 +08:00
## 设计资源
2015-08-22 20:51:10 +08:00
2016-11-23 21:09:42 +08:00
我们提供完善的设计原则、最佳实践和设计资源文件Sketch 和 Axure来帮助业务快速设计出高质量的产品原型。
2015-08-22 20:51:10 +08:00
2017-03-24 16:34:17 +08:00
- [设计原则](/docs/spec/proximity)
2017-12-25 22:15:35 +08:00
- [设计模式](/docs/spec/overview)
- [设计资源](/docs/spec/download)
2015-11-04 20:30:50 +08:00
2015-08-22 21:08:18 +08:00
## 前端实现
2015-12-25 13:54:47 +08:00
我们采用 [React](http://facebook.github.io/react/) 封装了一套 Ant Design 的组件库,也欢迎社区其他框架的实现版本。
2015-08-22 21:08:18 +08:00
2016-01-14 11:08:25 +08:00
- [Ant Design of React](/docs/react/introduce)(官方实现)
2017-08-15 23:00:06 +08:00
- <div class="outside-link"><a href="http://ng.ant.design" target="_blank">NG-ZORRO - Ant Design of Angular</a></div>
2017-11-14 23:05:51 +08:00
- <div class="outside-link"><a href="https://github.com/FE-Driver/vue-beauty" target="_blank">vue-beauty (vue)</a></div>
2017-08-07 22:14:48 +08:00
- <div class="outside-link"><a href="https://github.com/priornix/antizer" target="_blank">antizer (ClojureScript)</a></div>
2016-08-04 17:59:07 +08:00
- <div class="outside-link"><a href="https://github.com/idcos/antd-ember" target="_blank">antd-ember</a></div>
2017-11-14 23:05:51 +08:00
- <div class="outside-link"><a href="https://github.com/zzuu666/antue" target="_blank">antue (vue)</a></div>
2015-08-22 21:08:18 +08:00
2016-11-23 21:09:42 +08:00
## 谁在使用
- [蚂蚁金服](http://www.antgroup.com/)
- [阿里巴巴](http://www.alibaba.com/)
- [腾讯](http://www.tencent.com)
- [百度](http://www.baidu.com)
2016-11-23 21:09:42 +08:00
- [口碑](http://www.koubei.com/)
- [美团](http://www.meituan.com)
- [滴滴](http://www.xiaojukeji.com/)
- [饿了么](https://www.ele.me/)
2016-11-23 21:09:42 +08:00
> 如果你的公司和产品使用了 Ant Design欢迎到 [这里](https://github.com/ant-design/ant-design/issues/477) 留言。
2015-08-22 20:51:10 +08:00
## 如何贡献
2016-11-23 21:09:42 +08:00
我们欢迎任何形式的贡献,有任何建议或意见,请给我们 [提问](https://github.com/ant-design/ant-design/issues)。