3 Star 0 Fork 0

宽宽 / crm-pro-fe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 497 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
宽宽 提交于 2017-12-07 18:22 . add
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
# Output useful info for debugging.
- node --version
- npm --version
# Post-install test scripts.
test_script:
- npm run lint
- npm run test:all
- npm run build
# Don't actually build.
build: off
1
https://gitee.com/chenxq01/crm-pro-fe.git
git@gitee.com:chenxq01/crm-pro-fe.git
chenxq01
crm-pro-fe
crm-pro-fe
master

搜索帮助

14c37bed 8189591 565d56ea 8189591