1 Star 0 Fork 0

VendorMgrSys / vue-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
fundon 提交于 2016-10-05 11:51 . ci: add .travis.yml & appveyor.yml
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '5'
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- npm install npm@latest -g
- npm install
test_script:
- node --version
- npm --version
- npm run build
build: off
version: "{build}"
1
https://gitee.com/vmsys/vue-admin.git
git@gitee.com:vmsys/vue-admin.git
vmsys
vue-admin
vue-admin
master

搜索帮助