1 Star 0 Fork 261

zhaohao/Lumen-IM

forked from gzydong/Lumen-IM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
gzydong 提交于 2020-12-12 23:47 . 项目结构调整及后端重构
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[
"import",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
],
[
"prismjs",
{
"languages": [
"html",
"css",
"less",
"javascript",
"typescript",
"json",
"xml",
"bash",
"nginx",
"sql",
"docker",
"php",
"java",
"go",
"python",
"ruby",
"rust",
"objectivec",
"c",
"csharp",
"cpp",
"lua",
"shell",
"vim",
"yaml",
"yml",
"md",
"erlang",
"ini"
],
"theme": "okaidia"
}
]
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhaohao1994/LumenIM.git
git@gitee.com:zhaohao1994/LumenIM.git
zhaohao1994
LumenIM
Lumen-IM
master

搜索帮助