1 Star 0 Fork 51

guojiale/Vue-Access-Control

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
tower1229-backup 提交于 2018-12-03 13:34 . Create .travis.yml
language: node_js
# nodejs版本
node_js:
- '8'
# Travis-CI Caching
cache:
directories:
- node_modules
# S: Build Lifecycle
install:
- npm install
before_script:
# 无其他依赖项所以执行npm run build 构建就行了
script:
- npm run build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/guojiale_qd/Vue-Access-Control.git
[email protected]:guojiale_qd/Vue-Access-Control.git
guojiale_qd
Vue-Access-Control
Vue-Access-Control
master

搜索帮助