@vox-frameworks/vox
v0.2.0
Published
Vox — A lightweight NW.js-based framework for building desktop apps with HTML, CSS, and JavaScript.
Maintainers
Readme
⚡ Vox
A lightweight framework for building desktop applications using HTML, CSS, and JavaScript — powered by NW.js.
Vox lets you create simple desktop apps with a single command, using familiar web technologies and human-readable .settings files.
🚀 Quick Start
# Install Vox globally (recommended)
npm install -g vox
# Create a new project
vox init
# Run your app in development
vox run
# Build your app for distribution
vox build