1 Star 9 Fork 2

tu6ge / formulate_el_ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
tu6ge 提交于 2021-07-11 15:07 . deploy
#!/usr/bin/env sh
npm run build:preview
# 进入生成的文件夹
cd preview
# 如果是发布到自定义域名
# echo 'www.example.com' > CNAME
git init
git add -A
git commit -m 'deploy'
git push -f git@github.com:tu6ge/formulate-el-ui.git master:gh-pages
JavaScript
1
https://gitee.com/tu6ge/formulate_el_ui.git
git@gitee.com:tu6ge/formulate_el_ui.git
tu6ge
formulate_el_ui
formulate_el_ui
master

搜索帮助