Docs: Add ant-tool home page

This commit is contained in:
afc163 2016-01-19 17:30:58 +08:00
parent ad8974472d
commit 4f8777546a
6 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less'
- [React UI 库](http://ant.design/docs/react/introduce)
- [修改记录](CHANGELOG.md)
- [开发脚手架](https://github.com/ant-design/antd-init/)
- [本地调试工具集](https://github.com/dora-js/dora/)
- [开发工具文档](http://ant-tool.github.io/)
- [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)

View File

@ -48,7 +48,7 @@ Normal browsers and Internet Explorer 8+.
- [React UI library](http://ant.design/docs/react/introduce)
- [ChangeLog](CHANGELOG.md)
- [Scaffold tool](https://github.com/ant-design/antd-init/)
- [Debug tools set](https://github.com/dora-js/dora)
- [Development tool](http://ant-tool.github.io/)
- [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)

View File

@ -19,7 +19,7 @@ Ant Design React 致力于提供给程序员**愉悦**的开发体验。
实际项目开发中,你会需要对 ES2015 和 JSX 代码的构建、调试、代理、打包部署等一系列工程化的需求。
我们提供了一套 `npm` + `webpack` 的开发工具链来辅助开发,下面我们用一个简单的实例来说明。
### 1. 安装命令行工具
### 1. 安装脚手架工具
> 使用 `antd-init` 前,务必确认 [Node.js](https://nodejs.org/en/) 已经升级到 v4.x 或以上。
@ -27,7 +27,7 @@ Ant Design React 致力于提供给程序员**愉悦**的开发体验。
$ npm install antd-init -g
```
[更多使用说明](https://github.com/ant-design/antd-init/)。
更多功能请参考 [脚手架工具](https://github.com/ant-design/antd-init/) 和 [开发工具文档](http://ant-tool.github.io/)。
### 2. 创建一个项目

View File

@ -40,4 +40,4 @@ $ npm install antd-init -g
在空目录运行 `antd-init` 可以初始化一个 antd 的前端应用。
> 更多 [使用方式](https://github.com/dora-js/dora/)。
> 更多开发工具 [使用方式](http://ant-tool.github.io/)。

View File

@ -34,4 +34,4 @@ $ npm install antd-init -g
Inside an empty folder run `antd-init` to init.
> [More tools](https://github.com/dora-js/dora/)。
> [More development tools](http://ant-tool.github.io/)。

View File

@ -64,7 +64,7 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less'
- [首页](http://ant.design/)
- [修改记录](http://ant.design/changelog)
- [开发脚手架](https://github.com/ant-design/antd-init/)
- [本地调试工具集](https://github.com/dora-js/dora/)
- [开发工具文档](http://ant-tool.github.io/)
- [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)