ReactDeploymentGuide::notebook:用于将React应用程序部署到Github页面的简化指南 源码
React / gh-pages部署指南 本指南假设您有一个正常工作的React应用程序(使用create-react-app ),并且已经设置了将应用程序推送到的GitHub存储库。 目录: 使用说明 在react app的根目录中运行以下命令: npm install gh-pages --save-dev 。 确保已正确安装软件包,您应该在终端中看到类似以下内容: 将以下行添加到package.json文件中(进行必要的更改后): 在顶层: "homepage": "http://.github.io/" 在“脚本”下添
文件列表
ReactDeploymentGuide-master.zip
(预估有个18文件)
ReactDeploymentGuide-master
.gitignore
296B
README.md
4KB
public
manifest.json
306B
index.html
2KB
favicon.ico
4KB
SCRIPTS
mac_linux.sh
289B
windows.bat
267B
暂无评论