GuoYuefei / Blog

🍪 blog在issues, 存储文件在项目中
MIT License
3 stars 0 forks source link

使用webpack来手动搭建React项目 #1

Closed GuoYuefei closed 4 years ago

GuoYuefei commented 4 years ago

在Notion中记录

文章总入口

  1. 使用webpack来手动搭建React项目

以下为文章各节入口

  1. Webpack支持react的最简配置

  2. React最简的目录结构及文件编写样式

  3. 添加css或less样式解析

  4. 启用对实验语法'classProperties'的支持

  5. 介绍一个工具,针对打包好之后的测试的静态服务器anywhere

  6. webpack配置js压缩

  7. 添加eslint支持