React入门指南
使用Create React App创建React应用程序:
- 开发模式: yarn start
- 测试: yarn test
- 构建: yarn build
- 退出构建工具: yarn eject(注意:此操作不可逆)
384.86KB
文件大小:
评论区