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

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

第四章 组件库启航

npx create-react-app dqship  --template typescript

4.2 文件结构和代码规范

4.3 样式解决方案

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