ant desgin 安装

1、安装dva-cli

npm install dva-cli -g

2、生成个项目

dva new test (test项目名字)

3、启动项目

cd test

npm start

4、使用 antd

npm install antd babel-plugin-import --save

5、打包应用

npm run build

原文地址:https://www.cnblogs.com/xyc211/p/8431652.html