From 51812566baa8e66cf33556583ac6631d41bf9caa Mon Sep 17 00:00:00 2001 From: Yoshimasa Obayashi Date: Tue, 3 Mar 2020 14:30:41 +0900 Subject: [PATCH] docs: update introduce of en-US, syncing with zh-CN (#1802) --- docs/vue/introduce.en-US.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/vue/introduce.en-US.md b/docs/vue/introduce.en-US.md index b70156edb..fc80b2d9a 100644 --- a/docs/vue/introduce.en-US.md +++ b/docs/vue/introduce.en-US.md @@ -127,6 +127,14 @@ If you'd like to help us improve antd, just create a [Pull Request](https://gith > If you're new to posting issues, we ask that you read [_How To Ask Questions The Smart Way_](http://www.catb.org/~esr/faqs/smart-questions.html) and [How to Ask a Question in Open Source Community](https://github.com/seajs/seajs/issues/545) and [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to posting. Well written bug reports help us help you! +## About ant-design-vue + +As we all know, Ant Design, as a design language, has gone through many years of iteration and accumulation. Its UI design ideas have become a set of de facto standards and are sought after and loved by many front-end developers and enterprises, and it is also a magic weapon in the hands of React developers. I hope that ant-design-vue will allow Vue developers to enjoy the excellent design of Ant Design. + +The ant-design-vue is the Vue implementation of Ant Design. The style of the component is kept in sync with Ant Design. The html structure and css style of the component are also consistent. The style 0 modification is really achieved, and the component API is kept as consistent as possible. + +Ant Design Vue is committed to providing programmers with a ** pleasant ** development experience. + ## THANK YOU [Ant Design Team](https://github.com/ant-design/ant-design/blob/master/AUTHORS.txt)