1 Star 0 Fork 0

doocal/electron-react-boilerplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
Amila Welihinda 提交于 2020-02-21 08:34 . v1.0.0 (#2370)
image: Visual Studio 2017
platform:
- x64
environment:
matrix:
- nodejs_version: 13
cache:
- '%LOCALAPPDATA%/Yarn'
- node_modules
- app/node_modules
- '%USERPROFILE%\.electron'
matrix:
fast_finish: true
build: off
version: '{build}'
shallow_clone: true
clone_depth: 1
install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- yarn
test_script:
- yarn package-ci
- yarn lint
- yarn ts
- yarn test
- yarn build-e2e
- yarn test-e2e
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/os-web/electron-react-boilerplate.git
git@gitee.com:os-web/electron-react-boilerplate.git
os-web
electron-react-boilerplate
electron-react-boilerplate
master

搜索帮助