mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
remove antd-bin from document
This commit is contained in:
parent
37e407aa82
commit
b89b98374d
@ -46,7 +46,8 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less'
|
||||
- [首页](http://ant.design/)
|
||||
- [React UI 库](http://ant.design/docs/introduce)
|
||||
- [修改记录](CHANGELOG.md)
|
||||
- [构建调试工具](https://github.com/ant-tool/xtool/)
|
||||
- [开发脚手架](https://github.com/ant-design/antd-init/)
|
||||
- [本地调试工具集](https://github.com/dora-js/dora/)
|
||||
- [React 组件](http://react-component.github.io/)
|
||||
- [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
|
||||
- [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)
|
||||
|
@ -46,7 +46,8 @@ Normal browsers and Internet Explorer 8+.
|
||||
- [Home page](http://ant.design/)
|
||||
- [React UI library](http://ant.design/docs/introduce)
|
||||
- [ChangeLog](CHANGELOG.md)
|
||||
- [Build/Debug tools](https://github.com/ant-tool/xtool/)
|
||||
- [Scaffold tool](https://github.com/ant-design/antd-init/)
|
||||
- [Debug tools set](https://github.com/dora-js/dora)
|
||||
- [React components](http://react-component.github.io/)
|
||||
- [React style guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
|
||||
- [React component design guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)
|
||||
|
@ -27,7 +27,7 @@ Ant Design React 致力于提供给程序员**愉悦**的开发体验。
|
||||
$ npm install antd-init -g
|
||||
```
|
||||
|
||||
[更多使用说明](https://github.com/ant-tool/xtool/#使用说明)。
|
||||
[更多使用说明](https://github.com/ant-design/antd-init/)。
|
||||
|
||||
### 2. 创建一个项目
|
||||
|
||||
|
@ -40,4 +40,4 @@ $ npm install antd-init -g
|
||||
|
||||
在空目录运行 `antd-init` 可以初始化一个 antd 的前端应用。
|
||||
|
||||
> 更多 [使用方式](https://github.com/ant-tool/xtool/)。
|
||||
> 更多 [使用方式](https://github.com/dora-js/dora/)。
|
||||
|
@ -34,4 +34,4 @@ $ npm install antd-init -g
|
||||
|
||||
Inside an empty folder run `antd-init` to init.
|
||||
|
||||
> [More tools](https://github.com/ant-tool/xtool/)。
|
||||
> [More tools](https://github.com/dora-js/dora/)。
|
||||
|
@ -61,7 +61,8 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less'
|
||||
|
||||
- [首页](http://ant.design/)
|
||||
- [修改记录](http://ant.design/changelog)
|
||||
- [构建调试工具](https://github.com/ant-tool/xtool/)
|
||||
- [开发脚手架](https://github.com/ant-design/antd-init/)
|
||||
- [本地调试工具集](https://github.com/dora-js/dora/)
|
||||
- [React 组件](http://react-component.github.io/)
|
||||
- [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
|
||||
- [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)
|
||||
|
Loading…
Reference in New Issue
Block a user