eric-leo.github.io

个人博客:

Helper UI 技术体系介绍(基于Vue 3)

Helper UI 是一套基于工作流的技术体系,它分为:

Helper UI 的特色功能包含:

Helper UI基础组件库是基于Vue3的前端UI组件库,它当前拥有:

文档地址: https://eric-leo.github.io/helper-ui/

安装方式:
npm install helper-ui
或
yarn add helper-ui
或
pnpm add helper-ui

HelperUI Pro页面模板是基于helper 前端组件库生成的一套开箱即用的B端后台类页面模版库,它当前拥有:

文档地址:https://eric-leo.github.io/helper-pro/

Helper UI扩展组件库是基于helper 前端组件库进行二次封装的组件库,它当前拥有:

文档地址:https://eric-leo.github.io/helper-business-ui/

安装方式:
npm install helper-business-ui
或
yarn add helper-business-ui
或
pnpm add helper-business-ui

Helper UI扩展组件库是基于helper 前端组件库helper-ui和helper-business-ui进行二次封装的组件库,它当前拥有:

文档地址:https://eric-leo.github.io/hl-front-framework/

安装方式:
npm install hl-front-framework
或
yarn add hl-front-framework
或
pnpm add hl-front-framework

Helper UI主题库包含基于SCSS/CSS实现的各个产线UI规范,它当前拥有:

文档地址:https://www.npmjs.com/package/@helper-ui/styles

安装方式:
npm install @helper-ui/styles
或
yarn add @helper-ui/styles
或
pnpm add @helper-ui/styles

Helper SVG Icons包含300+个SVG图标,提供twotone,fill,file三个系列:

文档地址:https://eric-leo.github.io/helper-icons/

安装方式:
npm install @helper-ui/icons
或
yarn add @helper-ui/icons
或
pnpm add @helper-ui/icons

Helper Play:直接线上运行代码,分享URL即分享代码

文档地址:https://eric-leo.github.io/helper-playground/

Helper 主题编辑器:在线生成自定义主题

文档地址:https://eric-leo.github.io/helper-theme-editor/

前端工具库:项目里常用的函数,TS类型等提炼至 此项目里

文档地址:https://eric-leo.github.io/hl-front-utils/

Helper Hooks包含通用业务的Hooks实现,目前还比较简单:

文档地址:https://eric-leo.github.io/helper-hooks

安装方式:
npm install helper-hooks
或
yarn add helper-hooks
或
pnpm add helper-hooks