React 16.0.0 + Antd 3.0.0 + Webp

2017-12-08  本文已影响0人  Tim_Lee

项目代码地址:
Github: https://github.com/Timm-Lee/react16-antd3-webpack3-starter
Gitee: https://gitee.com/TimmLee/React16-Ant3-Starter

关键:在 .babelrc 文件中使用babel插件import,来加载 antd。

    [
      "import",
      {
        "libraryName": "antd",
        "style": "css"
      }
    ]

1 技术栈

系统和全局安装包

React 全家桶

UI 组件

webpack 技术栈

babel 相关

其他

2 项目目录结构

.
├── .babelrc
├── .gitignore
├── README.md
├── node_modules
│   ├── abbrev
├── package.json
├── src
│   ├── App.js
│   ├── components
│   ├── css
│   ├── data.py
│   ├── index.js
│   └── template.html
├── webpack.config.js
└── yarn.lock
上一篇下一篇

猜你喜欢

热点阅读