1 Star 1 Fork 2

Leaflet和GeoServer开源GIS套餐/Vue2Leaflet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nicolò Maria Mezzopera 提交于 2019-12-03 11:41 . chore: enable caching
image: node:12
stages:
- prepare
- test
- build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
prepare:
stage: prepare
script:
- npm install --progress=false
artifacts:
paths:
- node_modules/
- package.json
- package-lock.json
unit test:
stage: test
script:
- npm run lint
- npm run test
build site:
stage: build
script:
- npm run build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/leaflet-unofficial-plugins/vue2leaflet.git
[email protected]:leaflet-unofficial-plugins/vue2leaflet.git
leaflet-unofficial-plugins
vue2leaflet
Vue2Leaflet
master

搜索帮助