Jacobc' Blog

纵有疾风起,人生不言弃

create-react-app 脚手架添加 less 支持和 antd 样式按需加载

create-react-app 脚手架添加 less 支持和 antd 样式按需加载 1. 创建项目 npm install -g create-react-app /* 安装create-react-app,建议使用cnpm */ create-react-app react-test /* 使用命令创建应用,mya