From fc8aadd2fcdcddbda15122514a29cd7da5164caa Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 3 Jul 2015 12:21:29 +0800 Subject: [PATCH] update README.md --- README.md | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c333a37091..bb86799c36 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,6 @@ ![](https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg) -## 使用 - -### 静态使用 - -script 直接引用 `dist/antd.js` `dist/antd.css` 后,通过全局变量 antd 使用 - -### npm - -`npm install antd` 后,使用示例 - -```js -require('antd/style/index.less'); -require('antd/lib/datepicker'); -``` ## 特性 @@ -29,11 +15,23 @@ require('antd/lib/datepicker'); - 背靠 npm 生态圈。 - 提炼于企业级金融产品的交互语言和视觉体系,使用 Sketch3 设计。 +## 使用 + +1. script 直接引用 `dist/antd.js` `dist/antd.css`,通过全局变量 antd 使用。 + +2. npm + + `npm install antd` 后,使用示例: + + ```js + require('antd/style/index.less'); + require('antd/lib/datepicker'); + ``` ## 链接 - [首页](http://ant.design/) -- [文档](http://ant.design/docs/introduce) +- [使用文档](http://ant.design/docs/introduce) - [组件](http://ant.design/components/) - [React 模块](http://react-component.github.io/) @@ -64,9 +62,3 @@ $ npm run deploy ```bash $ npm run build ``` - -#### 发布到 npm - -```bash -$ npm run pub -```