刘自强

Results 11 comments of 刘自强

这个后台模板在设计上有很多致命缺陷,与其继续维护不如开发一套经过缜密构思设计的全新的模板。

> @LZQCN 等待大佬开发一套出来 以前开发过两套后台模板,但是是供公司内部使用的。目前有这个意向开发一套全新开源的模板,初步订的技术栈是 Vite Vue3 TypeScript,至于 ElementUI 这类组件库将不会作为核心部分而是作为可伸缩部分参与使用。新框架的重点将是在于实现 “开箱即用” ”低代码、高定制“ “数据自动化呈现”;对各类符合国情的常用功能进行封装,开发者可以选择使用以快速完成业务需求;对业务功能模块进行基于“功能包”的设计,以实现“同框架项目随意迁移”目的。

> @LZQCN 你也就嘴上功夫好,你开源一个能达到这么多star数就算你牛逼 @KerryPeng08 开发出来之前你说什么都是对的,嘴上功夫不好能定下目标吗?能不能有这么多star我不知道,但肯定比那些只会用现成的人牛逼,是吧

create a file `src/types/vuetify.d.ts` ```typescript declare module 'vuetify/lib' { import 'vuetify/types/lib.d'; import 'vue/types/options.d'; } ```

The reason for this error may be the .node file cannot find its required .dll files.

> The specified module could not be found. The reason for this error may be the .node file cannot find its required .dll files.

forked [node-fetch-event-source](https://www.npmjs.com/package/@ai-zen/node-fetch-event-source)

https://github.com/evanw/esbuild/issues/1921#issuecomment-1898197331 This seems to be a temporary solution

Is it possible to modify some settings to prevent electron-forge from bundling dependencies, and instead manually bundle dependencies using esbuild or webpack, thereby avoiding dependence on any packages in node_modules?...