码迷,mamicode.com
首页 > 其他好文 > 详细

项目部署github实现线上阅览

时间:2019-12-05 22:36:24      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:inf   github   git   creat   src   end   control   desktop   仓库   

项目部署github实现线上阅览

1. 创建存储库(Create a repository)

注意创建一个名为username.GitHub.io的新存储库,其中username是您在GitHub上的用户名

技术图片

  技术图片

2.克隆存储库到本地(Clone the repository)

进入存储项目的文件夹,然后将项目提交至新存储库。

技术图片

技术图片

<!--此时已经可以在线上进行查看,地址为 https://username.github.io, -->

3. 将打包好的项目文件进行提交

通过 npm run build 将需要部署的项目进行打包,生成dist文件夹,内容如下,将下列文件复制至本地仓库,并提交至线上仓库。PS:注意一定是index.html

技术图片

  技术图片

4. 此时咱们的项目github线上部署已经完成咯

在浏览器输入https://username.github.io注意username是你github的用户名

技术图片

 

项目部署github实现线上阅览

标签:inf   github   git   creat   src   end   control   desktop   仓库   

原文地址:https://www.cnblogs.com/xin-jing/p/11991889.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!