No Description

吕卓 539c2ce42b + 4 years ago
public e5eb0d9286 初始化项目配置 4 years ago
src e5eb0d9286 初始化项目配置 4 years ago
.gitignore 68845fe35f 初始化 4 years ago
README.md 539c2ce42b + 4 years ago
package-lock.json e5eb0d9286 初始化项目配置 4 years ago
package.json e5eb0d9286 初始化项目配置 4 years ago

README.md

Getting Started with Create React App

这个项目是由 Create React App脚手架搭建.

Available Scripts

在项目目录中,可以运行以下命令:

npm start

运行程序,程序自动搭载热更新等,端口号http://localhost:3000

npm test

在交互式监视模式下启动测试运行程序

npm run build

将用于生产的应用程序生成到“build”文件夹,打包生成文件夹

npm run eject

react脚手架 把部分配置进行了封装 npm run eject可以进行弹射出 封装的隐藏配置文件,(此操作不可逆),进行单独配置依赖等功能