Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.15 KB

vitesse-nuxt-electron

Vitesse + Nuxt + Electron

Try it now!

If you are in China

You can export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" in your bash.

export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"

自定义镜像与缓存

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit YunLeFun/vitesse-nuxt-electron my-nuxt-electron
cd my-nuxt-electron
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Dev

pnpm dev

When you first enter, You will see Nuxt is not ready yet!.

Just refresh it until nuxt ready.

Build

Code Signing

Ref