13 Star 96 Fork 32

EMQX / MQTTX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
const plugins = [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk',
},
],
]
if (process.env.NODE_ENV === 'development') {
plugins.push('dynamic-import-node')
}
module.exports = {
presets: [
'@vue/app',
],
plugins,
}
TypeScript
1
https://gitee.com/emqx/MQTTX.git
git@gitee.com:emqx/MQTTX.git
emqx
MQTTX
MQTTX
master

搜索帮助