Create vite + electron apps in one command ⚡
# `with-javascript` example
$ npm init viteron-app my-app
# `with-typescript` example
$ npm init viteron-app my-app --example with-typescript
# `xxx` example
$ npm init viteron-app my-app --example xxx
# `with-javascript` example
$ yarn create viteron-app my-app
# `with-typescript` example
$ yarn create viteron-app my-app --example with-typescript
# `xxx` example
$ yarn create viteron-app my-app --example xxx
https://github.com/saltyshiomix/viteron/tree/main/examples
viteron - ⚡ vite + electron ⚡