mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
1.3 KiB
1.3 KiB
Using npm to install
We recommend use npm to install,Not only it makes development easier,also you can take advantage of the whole ecosystem.
If using npm to install, you could use import
or require
.
Stable version :
$ npm install antd --save
Beta version :
$ npm install antd@beta --save
Past releases:https://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.