boilerplate-nodejs
boilerplate-nodejs copied to clipboard
Build desktop apps with Node.js, system webview and native UI.
boilerplate-nodejs
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.
Features
- 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.
Screenshots
| macOS | Linux | Windows |
|---|---|---|
How to use
- Clone the project.
- Put your web app in
app/. npm installto install dependencies.npm startto start the app.npm run distto create distribution.
Docs
License
Public domain.