ant-design/docs/react/install.en-US.md
2016-06-24 13:05:16 +08:00

1.0 KiB
Raw Blame History

order title
2 Installation

Using npm to install

We recommend using npm to installit not only makes development easierbut you can also take advantage of the whole ecosystem.

If using npm to install, you could use import or require.

Stable version

npm package

$ npm install antd --save

You can Subscribe to this feed for new version notification: https://github.com/ant-design/ant-design/releases.atom

Beta version

$ npm install antd@beta --save

Past releaseshttps://github.com/ant-design/ant-design/releases

Development tool

We provide React components Scaffold tool.

$ npm install antd-init -g

Inside an empty folder run antd-init to init.

More development tools