We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
🔭 I’m wangxiaoze, a front-end developer
🌱 Currently working in Shanghai, China
这是一款简单好上手的后台管理系统,该系统使用了rsbuild作为打包工具,使其在原有的基础上优化打包速度以及页面加载速度; 使用vue3 + pinia + element-plus + TS搭建,其中还有functional-helpers + @log-reporting为自己封装的函数辅助插件;避免在package.json中使用大量的依赖;而基础的hooks + emus + uti…
Vue 4 1
个人总结的一些前端小案例
JavaScript
该项目是是rust + vue开发的桌面端项目,是前端可视化开发工具,当然此开发工具不同于平常的开发工具,是有利于自己的一款工具;
Vue 1
实现前端项目中的错误信息上报插件;在部分情况下搜集前端的异常日志,用于分析异常情况; 如:线上环境的项目我们会吧一些日志删除,如果前端报错那么日志是首选, 这样的情况我们不知道是哪里的报错导致页面崩溃的; 那么开发这款工具常规情况下能解决大部分的问题;
TypeScript
基于鸿蒙开发的一款app, 不过仅仅是为了学习基础一下,目前只有简单的页面布局,没有任何的业务功能。
TypeScript 5
functional-helpers 是一款基于hooks,utils插件,相比开源的来讲,此插件用于公司内部项目; 当然此插件会适用于不同的平台场景,目前使用场景最多的是esm;node环境目前暂时先不考虑,因为最后打包也是会有cjs的打包文件,但是node环境是没有经过测试的;