https://github.com/tonylu110/vite-electron-cli
https://github.com/tonylu110/vite-electron-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonylu110/vite-electron-cli
- Owner: tonylu110
- License: mit
- Created: 2022-08-31T02:25:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T13:45:39.000Z (over 2 years ago)
- Last Synced: 2025-02-01T14:13:46.722Z (4 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-vue-electron
**This is a create vite + vue3 + electron template cli**
- Install the cli in global
```
// use npm install
npm install vite-vue-electron --global// or use yarn
yarn add vite-vue-electron --global// or use pnpm
pnpm install vite-vue-electron --global
```- You can run to create a new template
```
vite-electron create
```- After you can choose use like Windows 11 mica Windows

It's preview
- Choose your package manager
- Then finish create the project
- After create you need run to cd your project
```
cd
```- And run to start this template with your package manager like
```
npm install
npm run electron:serve// or
yarn
yarn electron:serve// or
pnpm install
pnpm electron:serve
```[**Click this to template reop link**](https://github.com/tonylu110/vite-vue-electron.git)