Package Exports
- @vox-frameworks/vox
- @vox-frameworks/vox/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vox-frameworks/vox) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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