Skip to content

Fix issue 223 #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: v6
Choose a base branch
from

Conversation

Sanjai-Shaarugesh
Copy link

#223

Electron Forge + Vite + Vue + TypeScript Integration Issue

Fixes in packages for both npm and bun
pnpm isn't working

For npm, use these commands:

npx create-electron-app@latest my-vue-app --template=vite

cd my-vue-app 
npm install vue
npm install --save-dev @vitejs/plugin-vue

For bun, use these commands:

bunx create-electron-app@latest my-vue-app --template=vite
cd my-vue-app 
bun install vue
bun install --save-dev @vitejs/plugin-vue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant