Desktop applications with Meteor.js

后端 未结 2 1950
-上瘾入骨i
-上瘾入骨i 2020-12-23 10:56

The options I\'ve found for creating desktop applications in HTML, CSS, and JavaScript are:

  1. Electron (formerly Atom-Shel
相关标签:
2条回答
  • 2020-12-23 11:14

    If you drop the code from meteor-desktop-app into Electron Starter, you'll get Windows + Mac + Linux for free, as well as a build system you can definitely use for Real Apps.

    0 讨论(0)
  • 2020-12-23 11:16

    Check out mongoclient's scaffold directory, it'll lead you to your electron app if you follow the steps from readme.

    0 讨论(0)
提交回复
热议问题