13 Star 189 Fork 37

vuepress-reco/vuepress-theme-reco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vetur.config.js 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
recoluan 提交于 2022-07-02 09:57 +08:00 . feat: add @vicons/fa
const fs = require('fs')
const path = require('path')
const packages = fs.readdirSync(path.resolve(__dirname, 'packages/@vuepress-reco'))
module.exports = {
settings: {
'vetur.validation.template': false,
'vetur.useWorkspaceDependencies': true,
},
projects: [
'./docs',
'./packages/vuepress-theme-reco',
...packages.map((item) => `./packages/@vuepress-reco/${item}`),
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/vuepress-reco/vuepress-theme-reco.git
git@gitee.com:vuepress-reco/vuepress-theme-reco.git
vuepress-reco
vuepress-theme-reco
vuepress-theme-reco
main

搜索帮助