1 Star 0 Fork 37

npcs/MQTTX_1

forked from EMQX/MQTTX 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
const plugins = [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk',
},
],
[
'prismjs',
{
languages: [
'javascript',
'json',
'python',
'java',
'bash',
'sql',
'c',
'csharp',
'cpp',
'go',
'kotlin',
'php',
'ruby',
'rust',
'scala',
'swift',
'typescript',
'yaml',
'erlang',
'dart',
],
// plugins: ['line-numbers'],
// theme: 'funky',
css: true,
},
],
]
if (process.env.NODE_ENV === 'development') {
plugins.push('dynamic-import-node')
}
module.exports = {
presets: ['@vue/app'],
plugins,
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/npcs8898/MQTTX_1.git
git@gitee.com:npcs8898/MQTTX_1.git
npcs8898
MQTTX_1
MQTTX_1
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385