History 3 Commits public src-electron src .gitignore .npmrc README.md index.html package-lock.json package.json tsconfig.app.json tsconfig.json tsconfig.node.json vite.config.ts Vue 3 + TypeScript + Vite 这个一个electron+vue3的基础模板...
代码仓库:https://github.com/ssszjh/electron-vue3
前端时间我的一个朋友为了快速熟悉 Vue3 开发, 特意使用 electron+vue3+ts 开发了一个桌面端应用, 并在github上开源了, 接下来我就带大家一起了解一下这个项目, 在文章末尾我会放github的地址, 大家如果想学习vue3 + ts + electron 开发, 可以本地clone学习参考一下. image.png 技术栈 以上是我们看到的便签...
前端时间我的一个朋友为了快速熟悉Vue3开发, 特意使用electron+vue3+ts开发了一个桌面端应用, 并在github上开源了, 接下来我就带大家一起了解一下这个项目, 在文章末尾我会放github的地址, 大家如果想学习vue3 + ts + electron开发, 可以本地clone学习参考一下. image.png 技术栈 以上是我们看到的便签软件使用...
import{ createApp }from'vue';importAppfrom'./App.vue';createApp(App).mount('#app'); 修改vite.renderer.config import{ defineConfig }from'vite';importvuefrom'@vitejs/plugin-vue';// https://vitejs.dev/configexportdefaultdefineConfig({plugins: [vue()] }); 如此就你创建了一个vue3+electro...
首次使用electron-builder打包时,会到github上去下载winCodeSign和nsis的二进制文件,由于网络问题经常失败。 解决方法: 1.直接下载对应版本winCodeSign和nsis到本地,比如我的版本是winCodeSign-2.6.0.7z和nsis-3.0.4.1.7z 2.下载后放于对应目录 windows: %LOCALAPPDATA%\electron-builder\Cache ...
创建electron项目(快捷指令,尽量不要先创建vue3项目再安装electron并配置,超级麻烦且容易很多坑) cnpm create electron-vite cnpm i 或 cnpm create @quick-start/electron@latest 打包electron项目 npm run build 或通过以下指令来打包对应的平台包 如果卡在download提示github的网络问题导致打包失败,则自己根据报错提示...
In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types. If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following ...
Vue3 version of the electron. Contribute to Yuppiezero/vue3electron development by creating an account on GitHub.
electron-vue3-quiet 这是一个基于 electron 的 vue3 的模板,使用当下最新的技术栈. github 地址 https://github.com/TaiAiAc/electron-vue3-quiet.git gitee 镜像仓库地址 https://gitee.com/TaiAi/electron-vue3-quiet.git 文档地址 https://taiaiac.github.io/electron-vue3-quiet-doc/ ...