美文网首页
15. ant design of react

15. ant design of react

作者: dwy_interesting | 来源:发表于2018-11-07 19:01 被阅读0次

Ant Designer
Ant Design+React
Ant Design 的 React 实现,开发和服务于企业级后台产品。

Ant Designer Pro

  1. 本地新建一个目录,打开gitbash
    从 GitHub 仓库中直接安装最新的脚手架代码。

$ git clone --depth=1 https://github.com/ant-design/ant-design-pro.git my-project

  1. 进入克隆的项目

$ cd my-project

3.安装依赖

$ npm install

4.启动项目

$ npm start

Ant Designer Mobile

相关文章

网友评论

      本文标题:15. ant design of react

      本文链接:https://www.haomeiwen.com/subject/btwuxqtx.html