1.2.13 • Published 1 year ago

huoli-ui v1.2.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

HL-UI

基于 Vue 的航班风格组件库

  • 基于 Vant Cli 构建
  • 基于 Vue 2.x 版本,暂不支持 Vue 3
  • 支持组件按需引入

在线文档地址:http://192.168.0.41/h5/hl-ui/#/

<template>
  <hl-button type="primary">开始</hl-button>
</template>;

import Vue from 'vue';
import { Button } from 'hl-ui';

Vue.use(Button);
  • commit-msg 格式检查
Examples:

- fix(Button): incorrect style
- feat(Button): incorrect style
- docs(Button): fix typo

Allowed Types:

- fix
- feat
- docs
- perf
- test
- types
- build
- chore
- refactor
- breaking change
- Merge branch 'foo' into 'bar'

Vant Cli

Vant Cli 是一个 Vue 组件库构建工具,通过 Vant Cli 可以快速搭建一套功能完备的 Vue 组件库。

特性

  • 提供丰富的命令,涵盖从开发测试到构建发布的完整流程
  • 基于约定的目录结构,自动生成优雅的文档站点和组件示例
  • 内置 ESlint、Stylelint 校验规则,提交代码时自动执行校验
  • 构建后的组件库默认支持按需引入、主题定制、Tree Shaking

详细文档

1.2.12

1 year ago

1.2.13

1 year ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.8

2 years ago