转载请注明出处: http://qiudeqing.com/notes/2023/05/16/428-react-component.html

https://coding.imooc.com/class/428.html

第一章 组件准备

课程演示网址:vikingship.xyz

https://github.com/facebook/create-react-app 已经废弃。官方建议采用https://react.dev/learn/creating-a-react-app 推荐的方案。

第四章 组件库启航

npx create-react-app yuship  --template typescript

4.2 文件结构和代码规范

4.3 样式解决方案

npm install sass --save
npm install classnames --save
npm install @types/classnames --save