1 Star 0 Fork 620

YuDao / xdh-map

forked from VTJ.PRO / xdh-map 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsdoc-for-vue.js 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2019-03-06 16:15 . publish
const compiler = require('vue-template-compiler')
exports.handlers = {
// 利用 vue-template-compiler 编译 vue 模板
beforeParse: function (e) {
if (/\.vue$/.test(e.filename)) {
const output = compiler.parseComponent(e.source);
e.source = output.script ? output.script.content : '';
}
}
}
JavaScript
1
https://gitee.com/huangyudao/xdh-map.git
git@gitee.com:huangyudao/xdh-map.git
huangyudao
xdh-map
xdh-map
master

搜索帮助