1 Star 0 Fork 1

hkduan / MapGL

forked from MyUI / MapGL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsdoc.config.js 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2021-01-25 15:22 . 初始化项目
const path = require('path')
module.exports = {
tags: {
allowUnknownTags: true,
dictionaries: ['jsdoc', 'closure']
},
source: {
include: [
path.resolve('src')
],
includePattern: '\\.(vue|js)$'
},
plugins: [
'plugins/markdown',
path.resolve('build/vue-jsdoc-plugin.js')
],
templates: {
cleverLinks: false,
monospaceLinks: false
},
opts: {
destination: path.resolve('docs')
}
}
JavaScript
1
https://gitee.com/hkduan/map-gl.git
git@gitee.com:hkduan/map-gl.git
hkduan
map-gl
MapGL
master

搜索帮助