Vitesse + Nuxt + Electron
You can export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
in your bash.
export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
Create a repo from this template on GitHub.
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
pnpm dev
When you first enter, You will see Nuxt is not ready yet!
.
Just refresh it until nuxt ready.