Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump vue-cli-plugin-electron-builder from 1.4.6 to 2.0.0 #592

Merged
merged 3 commits into from
Jun 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@

![mqttx-gif](./assets/mqttx-gif.gif)

## 社区

访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。

可通过以下方式与其他社区成员进行沟通

| 方式 | 内容 |
| ---- | ---- |
| EMQ X 官方公众号 | <img src="./assets/wx_qr_code.png" width="160" alt="EMQ X Wechat"/> |
| EMQ X 微信群(扫码添加后邀请入群)| <img src="./assets/emqx_wx.jpeg" width="160" alt="WeChat QR code"/> |

## 开发

``` shell
Expand Down Expand Up @@ -111,17 +122,6 @@ yarn run electron:build-mac
- [TypeScript](https://www.typescriptlang.org/)
- [Lowdb](https://github.com/typicode/lowdb)

## 联系方式

| 方式 | 内容 |
| ---- | ---- |
| QQ 群(EMQ X 官方群3)| 937041105 |
| EMQ X 官方公众号 | <img src="../assets/wx_qr_code.png" width="160" alt="WeChat QR code"/> |
| EMQ X 微信群(扫码添加后邀请入群)| <img src="../assets/emqx_wx.jpeg" width="160" alt="EMQ X Wechat"/> |
| 微博 | [@emqtt](https://weibo.com/emqtt) |
| Twitter | [@emqtt](https://twitter.com/EMQTech/) |
| Slack | [EMQ X](https://slack-invite.emqx.io/) |

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"babel-plugin-component": "^1.1.1",
"chai": "^4.1.2",
"electron": "^5.0.13",
"electron-devtools-installer": "^3.1.1",
"electron-devtools-installer": "^3.2.0",
"eslint": "6.5.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -78,7 +78,7 @@
"prettier": "^2.0.5",
"sass-loader": "^7.3.1",
"typescript": "^3.7.4",
"vue-cli-plugin-electron-builder": "^1.4.6",
"vue-cli-plugin-electron-builder": "^2.0.0",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
Expand All @@ -96,8 +96,5 @@
]
},
"license": "Apache",
"repository": "https://github.com/emqx/MQTTX",
"resolutions": {
"electron-builder": "22.2.0"
}
"repository": "https://github.com/emqx/MQTTX"
}
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
},
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
// Prevent bundling of certain imported packages and instead retrieve these external dependencies at runtime.
// In order to connect to websocket.
externals: ['mqtt', 'vm2', 'log4js'],
Expand Down
Loading