Electron 集成 Nest.js后,我们可以像写 Nest.js 后端那样来写其主进程,将主进程的功能结构整理的更加规范,也方便我们在后期的 C/S 到 B/S 过程中进行转换。 本文的模板仓库是:fast-vite-nestjs-electron 参考 ^Nest.js Documentation - Platformhttps://docs.nestjs.com/first-steps#platform ^Nest.js Docum...
This is a template based on my repo: fast-vite-electron. In the main process, I integrated nestjs. In the main process, you can build your code just as you would write a nestjs backend. Desktop clients built from this template can quickly split the electron when you need to switch to...
Electron starter kit with multiple features. Contribute to 2skydev/electron-nestjs-react-vite-template development by creating an account on GitHub.
这里有一个项目模板: fast-vite-nestjs-electrongithub.com/ArcherGu/fast-vite-nestjs-electron 这个模板集成了nest.js,如果需要,将 nest.js 拆出来,稍加修改,就是一个可用的node.js后端了。回头有时间我可用写一篇文章具体的介绍一下这个集成的过程。 如果你喜欢该文章,可以关注我的 [个人网站] 或者 在G...
推荐concurrently 点击查看代码 "dev": "concurrently \"nodemon --exec electron . \" \"vite\"", 成熟的脚手架 日常开发可以使用 electron
前言 最近使用Eelctron开发了一个桌面端软件,并对之前所学习的大文件切片上传,以及nest框架做一个实践 开源地址https://github.com/whwanyt/fen_im_pc 阅读须知: 代码使用TypeScript,vue-setup 脚手架electron-vite 开发环境:window,node:v16.15.1,pnpm:v7.9.0 ...
本课程主要讲解Vite2+Vue3+VueRouter4+Pinia2+Electron19等知识点。大致分为四个部分:第一部分:解析Vue3.0。第二部分:项目实战,基于Vue3.0的项目。第三部分:Electron 19桌面端混合开发。第四部分:Vue3.0 + Electron项目实战。 展开更多知识分享官 科技 计算机技术 HTML 前端 JS html JavaScript vue Electron Vue...
使用nodejs的模块 </template> varpath=require('path'); exportdefault{ data(){return{ msg:'首页组件'} }, methods:{ sendMsg(){ alert('执行')this.$electron.ipcRenderer.send('toMain','我是渲染进程里面的数据') }, openUrl(event){ console.log(event.srcElement.href)...
houdunren.com 包含更多的electron高质量课程 后盾人不断更新优秀视频教程,感谢大家关注、分享、点赞、评论 无论你是学习 javascript、es6、node.js、vue.js、react.js 、nest.js、tailwindcss、vue3、reactjs、typescript、vite、vscode都会给你带来帮助。 晚八点直播 houdunren.com 在线文档库 doc.houdunren.com ...
三、通过Vite脚手架创建我们的项目 四、Vue3.x 目录结构介绍 五、Vue3.x 开发工具以及插件配置 02 Vue3.x绑定数据、绑定html、绑定属性、循环数据(30分24秒) 一、Vue3.x定义数据绑定数据 二、v-html绑定html 三、v-bind绑定属性 四、v-bind动态参数 五、v-for循环数组 六、v-for循环对象 03 Vue3.x中...