React项目Create React App快速开发指南

React 项目开发,如果你是新手,试试使用 Create React App 吧!这是一个蛮方便的工具,能帮你快速启动 React 项目。只需要在项目目录下运行yarn start,就能进入开发模式,快速查看效果。编辑后页面会自动刷新,还能看到错误信息,挺直观的。yarn test则会启动交互式测试环境,挺适合做单元测试和调试的。生产环境需要优化?用yarn build生成压缩过的构建文件,完美准备好上线。需要更高的自定义配置?使用yarn eject,但要注意,这个是不可逆的哦,做好准备再操作!如果你习惯通过命令行管理项目,这个工具挺好用的。你可以根据项目需要随时调整,简化了许多繁琐的步骤。

zip
crwn-clothing-master.zip 预估大小:26个文件
folder
crwn-clothing-master 文件夹
file
.gitignore 310B
file
package.json 878B
folder
src 文件夹
folder
components 文件夹
folder
directory 文件夹
file
directory.component.jsx 1KB
file
directory.styles.scss 105B
folder
collection-item 文件夹
file
collection-item.component.jsx 456B
file
collection-item.styles.scss 492B
folder
collection-preview 文件夹
file
collection-preview.styles.scss 225B
file
collection-preview.component.jsx 547B
folder
menu-item 文件夹
file
menu-item.component.jsx 591B
file
menu-item.styles.scss 1KB
file
index.js 312B
file
App.js 430B
file
App.css 81B
file
index.css 1B
folder
pages 文件夹
folder
shop 文件夹
file
shop.data.js 5KB
file
shop.component.jsx 558B
folder
homepage 文件夹
file
homepage.component.jsx 245B
file
homepage.styles.scss 102B
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 2KB
file
favicon.ico 4KB
file
manifest.json 492B
file
logo512.png 9KB
file
README.md 3KB
file
yarn.lock 516KB
zip 文件大小:226.58KB