Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-vite-electron

MangoTsing15ISC1.0.3

vite-electron-cli quick template

vite, electron

readme

vite-electron-cli

What

This is a tool to quickly help users build simple Vite Vue3 TypeScript Electron applications.

If you want to try it, you can see the following:

Install

npm i vite-electron-cli -g

How


vitel init <project_name>

cd <project_name>

yarn or npm i

vitel dev

Why

Quickly