1 Star 0 Fork 10

udhayam / QMUI_Web

forked from QMUI / QMUI_Web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: node_js
cache:
directories:
- node_modules
node_js:
- "8.10.0"
- "stable"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
- export PATH="$HOME/.yarn/bin:$PATH"
before_script:
- cp qmui.config.js ../qmui.config.js
- yarn install
script:
- gulp initProject
- gulp list
- gulp sass
- gulp include
- gulp clean
- gulp merge
JavaScript
1
https://gitee.com/udhayamudhayam/QMUI_Web.git
git@gitee.com:udhayamudhayam/QMUI_Web.git
udhayamudhayam
QMUI_Web
QMUI_Web
master

搜索帮助