1 Star 0 Fork 26

andyhome / yn

forked from 洋子 / yn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
洋子 提交于 2019-08-14 20:12 . 更改目录结构
# Electron's version.
export npm_config_target=6.0.0
# The architecture of Electron, can be ia32 or x64.
export npm_config_arch=x64
export npm_config_target_arch=x64
# Download headers for Electron.
export npm_config_disturl=https://atom.io/download/electron
# Tell node-pre-gyp that we are building for Electron.
export npm_config_runtime=electron
# Tell node-pre-gyp to build module from source code.
export npm_config_build_from_source=true
# Install all dependencies, and store cache to ~/.electron-gyp.
HOME=~/.electron-gyp yarn && yarn run download-pandoc
JavaScript
1
https://gitee.com/itest/yn.git
git@gitee.com:itest/yn.git
itest
yn
yn
master

搜索帮助