Skip to content
/ vitron Public

This is a library to build (win, linux, mac) desktop apps for modern web projects with vite and electron.

License

Notifications You must be signed in to change notification settings

tada5hi/vitron

Repository files navigation

Vitron ️🖥️

This is a library to build and develop desktop apps with vite and electron 🔥.

Table of Contents

Documentation

Read the docs to find out how to use Vitron.

Examples

Download the source code.

$ git clone https://github.com/tada5hi/vitron
$ cd vitron

Install the dependencies, run:

$ npm i

Vanilla

To try the example in development mode run the following command:

npm run dev --workspace=examples/vanilla

To build the application

npm run build --workspace=examples/vanilla

Nuxt

To try the example in development mode run the following command:

npm run dev --workspace=examples/nuxt

To build the application

npm run build --workspace=examples/nuxt

Packages

The repository contains the following packages:

Core

This is the main package of the Vitron ecosystem.

Documentation

License

Made with 💚

Published under MIT License.