Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

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

Awesome Lists containing this project

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).