react-gh-pages:将您的react-app部署到gh-pages

时间:2024-03-07 11:16:55
【文件属性】:

文件名称:react-gh-pages:将您的react-app部署到gh-pages

文件大小:175KB

文件格式:ZIP

更新时间:2024-03-07 11:16:55

gh-pages reactjs deploy JavaScript

将您的React App部署到gh-pages 由create-react-app引导 在github上做一个空的仓库(没有文件) 使用此命令安装应用 npx create - react - app yourprojectname 去你的项目 cd yourprojectname 高gh页 npm install gh - pages 将主页添加到package.json "homepage" : "https://yourgithubusername.github.io/yourprojectname" // example: "homepage" : "https://tradecoder.github.io/react-gh-pages" 将以下代码添加到package.json的脚本部分 "predeploy" : "npm run build" , "deploy" : "


【文件预览】:
react-gh-pages-master
----.gitignore(310B)
----package.json(906B)
----package-lock.json(561KB)
----src()
--------setupTests.js(255B)
--------index.js(503B)
--------logo.svg(3KB)
--------App.js(555B)
--------serviceWorker.js(5KB)
--------App.css(564B)
--------index.css(366B)
--------App.test.js(280B)
----LICENSE(1KB)
----public()
--------robots.txt(67B)
--------logo192.png(5KB)
--------index.html(2KB)
--------favicon.ico(3KB)
--------manifest.json(492B)
--------logo512.png(9KB)
----README.md(2KB)

网友评论