mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
update document
This commit is contained in:
parent
08e0efe25e
commit
8574d16697
@ -16,7 +16,7 @@
|
||||
- 基于 webpack 的调试构建方案,支持 ES6。
|
||||
|
||||
|
||||
## 范例
|
||||
## 示例
|
||||
|
||||
```jsx
|
||||
var antd = require('antd');
|
||||
|
@ -25,7 +25,7 @@ Ant Design 封装了一套基于 React 实现的 UI 组件,可以用 React 的
|
||||
<!-- 引入样式 -->
|
||||
<link rel="stylesheet" href="http://ant.design/dist/antd.css">
|
||||
<!-- 引入 react 和 antd.js -->
|
||||
<script src="https://a.alipayobjects.com/react/0.13.3/??react.min.js,JSXTransformer.js"></script>
|
||||
<script src="https://a.alipayobjects.com/??jquery/jquery/1.11.1/jquery.js,react/0.13.3/react.min.js,react/0.13.3/JSXTransformer.js"></script>
|
||||
<script src="http://ant.design/dist/antd.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
@ -37,7 +37,7 @@ Ant Design 封装了一套基于 React 实现的 UI 组件,可以用 React 的
|
||||
</html>
|
||||
```
|
||||
|
||||
你可以在[这里](/components/progress/)选用更多组件。
|
||||
你可以在 [这里](/components/progress/) 选用更多组件。
|
||||
|
||||
|
||||
## 标准项目
|
||||
@ -51,7 +51,7 @@ Ant Design 提供了一套 `npm` + `webpack` 的开发工具链来辅助开发
|
||||
$ npm install antd-bin -g
|
||||
```
|
||||
|
||||
[更多使用说明](https://github.com/ant-design/antd-bin)。
|
||||
[更多使用说明](https://github.com/ant-design/antd-bin#使用说明)。
|
||||
|
||||
### 2. 创建一个项目
|
||||
|
||||
@ -142,8 +142,8 @@ Ant Design 支持所有的现代浏览器和 IE8+。
|
||||
<meta charset="utf-8">
|
||||
<!-- 引入样式 -->
|
||||
<link rel="stylesheet" href="http://ant.design/dist/antd.css">
|
||||
<!-- 引入 react -->
|
||||
<script src="https://a.alipayobjects.com/react/0.13.3/react.min.js"></script>
|
||||
<!-- 引入 jquery 和 react -->
|
||||
<script src="https://a.alipayobjects.com/??jquery/jquery/1.11.1/jquery.js,react/0.13.3/react.min.js"></script>
|
||||
<!-- Polyfills -->
|
||||
<script src="https://a.alipayobjects.com/react/0.13.3/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
</head>
|
||||
|
@ -17,8 +17,7 @@
|
||||
- 背靠 npm 生态圈。
|
||||
- 基于 webpack 的调试构建方案,支持 ES6。
|
||||
|
||||
|
||||
## 范例
|
||||
## 示例
|
||||
|
||||
```jsx
|
||||
var antd = require('antd');
|
||||
|
Loading…
Reference in New Issue
Block a user