1.0.2-fix1 • Published 3 years ago
vite-vue-electron v1.0.2-fix1
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 <name>After you can choose use like Windows 11 mica Windows
It's review

choose your package manager

Then finish create the project

After create you need run to cd your project
cd <project name>- 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:serve1.0.2-fix1
3 years ago
1.0.2
3 years ago
1.0.1-fix2
3 years ago
1.0.1-fix
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago