electron桌面应用多种快速创建方法
方法一、
结合vite和vite前端页面模版搭建electron
文档地址:@quick-start/create-electron - npm
# with npm
npm create @quick-start/electron
# with yarn
yarn create @quick-start/electron
# with pnpm
pnpm create @quick-start/electron
方法二、
结合nuxt框架搭建electron
方法三、
结合next框架搭建electron
文档地址:nextron - npm
# with npx
npx create-nextron-app MY_APP --example with-tailwindcss
# with yarn
yarn create nextron-app MY_APP --example with-tailwindcss
# with pnpm
pnpm dlx create-nextron-app MY_APP --example with-tailwindcss