ReactDeploymentGuide::notebook:用于将React应用程序部署到Github页面的简化指南

时间:2024-02-25 23:31:40
【文件属性】:

文件名称:ReactDeploymentGuide::notebook:用于将React应用程序部署到Github页面的简化指南

文件大小:676KB

文件格式:ZIP

更新时间:2024-02-25 23:31:40

react github-pages github-page tutorial deployment

React / gh-pages部署指南 本指南假设您有一个正常工作的React应用程序(使用create-react-app ),并且已经设置了将应用程序推送到的GitHub存储库。 目录: 使用说明 在react app的根目录中运行以下命令: npm install gh-pages --save-dev 。 确保已正确安装软件包,您应该在终端中看到类似以下内容: 将以下行添加到package.json文件中(进行必要的更改后): 在顶层: "homepage": "http://.github.io/" 在“脚本”下添


【文件预览】:
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)
----package.json(667B)
----src()
--------serviceWorker.js(5KB)
--------index.css(380B)
--------App.test.js(248B)
--------anim.gif(472KB)
--------App.css(389B)
--------index.js(451B)
--------App.js(435B)
--------logo.svg(3KB)
----yarn.lock(396KB)
----package-lock.json(561KB)

网友评论