美文网首页
如何将react项目 部署到Github仓库上

如何将react项目 部署到Github仓库上

作者: zzyo96 | 来源:发表于2019-06-25 15:47 被阅读0次

    准备工作:首先你得会自己创建github 仓库

    step1:

    在项目目录中的 .gitignore 里的 /build这一行删去

    step2:

    在项目目录下的package.json中添加
    "homepage": "https://zzyo96.github.io/jianshu/build"

    image.png
    step2: 在项目目录下运行
    yarn run build
    git add .
    git commit -m"update"
    git push
    

    相关文章

      网友评论

          本文标题:如何将react项目 部署到Github仓库上

          本文链接:https://www.haomeiwen.com/subject/uatxcctx.html