JSPM

@vox-frameworks/vox

0.2.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q23180F
    • License MIT

    Vox — A lightweight NW.js-based framework for building desktop apps with HTML, CSS, and JavaScript.

    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