tom-cnblogs

导航

2025年9月2日 #

electron:vue3+vite打包

摘要: https://blog.csdn.net/lilycheng1986/article/details/149958358 阅读全文

posted @ 2025-09-02 16:49 tomcodes 阅读(4) 评论(0) 推荐(0)

vite-plugin-svg-icons

摘要: https://blog.csdn.net/gitblog_09602/article/details/142225884 阅读全文

posted @ 2025-09-02 16:24 tomcodes 阅读(4) 评论(0) 推荐(0)

2025年9月1日 #

Cannot find module ‘@vitejs/plugin-vue‘ or its corresponding type declarations.

摘要: 报错 electron.vite.config.ts:3:17 - error TS2307: Cannot find module '@vitejs/plugin-vue' or its corresponding type declarations. There are types at 'E: 阅读全文

posted @ 2025-09-01 17:33 tomcodes 阅读(33) 评论(0) 推荐(0)

2025年8月31日 #

vue3+vite+ts引入iconfont

摘要: 一,iconfont建立项目库; 二,Symbol页复制js文件到assets 三,封装icon 点击查看代码 <template> <svg :class="svgClass" aria-hidden="true"> <use :xlink:href="iconClassName" :fill=" 阅读全文

posted @ 2025-08-31 14:18 tomcodes 阅读(74) 评论(0) 推荐(0)