https://github.com/tada5hi/vitron
This is a library to build (win, linux, mac) desktop apps for modern web projects with vite and electron.
https://github.com/tada5hi/vitron
app desktop desktop-app electron next nuxt starter starter-template typescript vite vue
Last synced: 8 days ago
JSON representation
This is a library to build (win, linux, mac) desktop apps for modern web projects with vite and electron.
- Host: GitHub
- URL: https://github.com/tada5hi/vitron
- Owner: tada5hi
- License: mit
- Created: 2021-12-05T11:15:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T02:14:04.000Z (4 months ago)
- Last Synced: 2025-04-03T03:35:46.082Z (16 days ago)
- Topics: app, desktop, desktop-app, electron, next, nuxt, starter, starter-template, typescript, vite, vue
- Language: TypeScript
- Homepage:
- Size: 7.3 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- fucking-awesome-vite - Vitron - Build beautiful (win, linux, mac) desktop apps for modern web projects with vite and electron. (Get Started / Templates)
- awesome-vite - Vitron - Build beautiful (win, linux, mac) desktop apps for modern web projects with vite and electron. (Get Started / Templates)
README
# Vitron ️🖥️
This is a library to build and develop desktop apps with **vite** and **electron** 🔥.
**Table of Contents**
- [Documentation](#documentation)
- [Examples](#examples)
- [Vanilla](#vanilla)
- [Nuxt](#nuxt)
- [Packages](#packages)
- [Core](#core)
- [License](#license)## Documentation
Read the [docs](./packages/vitron/README.md) to find out how to use Vitron.## Examples
Download the source code.
```shell
$ git clone https://github.com/tada5hi/vitron
$ cd vitron
```Install the dependencies, run:
```shell
$ npm i
```### Vanilla
To try the example in development mode run the following command:
```shell
npm run dev --workspace=examples/vanilla
```
To build the application
```shell
npm run build --workspace=examples/vanilla
```### Nuxt
To try the example in development mode run the following command:
```shell
npm run dev --workspace=examples/nuxt
```
To build the application
```shell
npm run build --workspace=examples/nuxt
```## Packages
The repository contains the following packages:### Core
This is the main package of the Vitron ecosystem.
[Documentation](./packages/vitron/README.md)
## License
Made with 💚
Published under [MIT License](./LICENSE).