Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

saltyshiomix/create-viteron-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create vite + electron apps in one command ⚡

Usage

With Npm

# `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 Yarn

# `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

Examples

https://github.com/saltyshiomix/viteron/tree/main/examples

Related

viteron - ⚡ vite + electron ⚡