A Node.js template of the Yue library for building cross-platform desktop apps with system webview and native GUI widgets.
For a real world example, check the open source Chie app.
- Build desktop apps with Node.js, system webview and native UI.
- Generate portable executables for Linux/Windows.
- Generate signed app bundle for macOS.
- Add Node.js bindings to web pages.
- Custom protocols in webview.
| macOS | Linux | Windows |
|---|---|---|
- Clone the project.
- Put your web app in
app/. npm installto install dependencies.npm startto start the app.npm run distto create distribution.
Public domain.