You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在部署 https://zhongxia245.github.io/FFS/ 这个页面的时候,由于刚开始没有配置 base 和 publicPath 的值,直接就上传到 gh-pages 分支上了,然后 service work 缓存, 后续虽然修改了 base 和 publicPath 但还是一直报找不到文件。
GitHub可以免费托管静态网页,并且为每个账户提供一个 username.github.io 的域名,在这个域名下正好可以写个博客。
另外GitHub中的repository 也可以建立 gh-pages 分支,GitHub会默认发布此分支的静态网页在 https://username.github.io/projectname/ 下,据此我们可以发布N个站了。
利用 npm-scripts 快速部署
利用 gh-pages 包,可以快速构建 gh-pages 分支,并且上传指定文件夹到分支中,实现 github pages 的 网页快速托管。
这个特性可以做什么
用来给开源项目做展示。
The text was updated successfully, but these errors were encountered: