react使用

来源:互联网 发布:c语言if语句多个条件 编辑:程序博客网 时间:2024/06/03 16:50
//安装淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org  


//安装 dva-cli 
cnpm install dva-cli -g


//创建项目test
dva new test


//
cnpm install -g roadhog


//安装蚂蚁金服UI组件
cnpm install antd --save


//按需引入插件放在package.json
"babel-plugin-import": "^1.1.1",


//roadhogrc里面引入antd样式
 ["import", { "libraryName": "antd", "style": "css" }]
 
 //新建routes 下notice
 dva g route notice
 
  //新建components 下test
 dva g component test