# hk-ui **Repository Path**: xkloveme/hk-ui ## Basic Information - **Project Name**: hk-ui - **Description**: A Component Library Base Element-ui for Vue.js. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-01 - **Last Updated**: 2021-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

HEKR-UI

hekr logo
Build Status Language Version
996.icu hk-ui
## 构建命令 ```bash # 安装依赖 npm install # 启动本地服务(默认test环境接口) localhost:8080 npm run dev # 打包docs npm run build # 打包组件库 npm run lib ``` ## 文档地址 - 地址: https://hy.hekr.me/hk-ui/web/index.html ## 项目目录 ```bash template ├─ docs │ └─ .vuepress # 配置、演示组件、静态资源 │ │ ├─ compnents # 演示组件 │ │ | └─ demo # demo组件 │ │ ├─ public # 静态资源 │ │ | └─ images # 图片文件 │ │ | └─ scss # 样式文件 │ │ ├─ config.js # 配置文件 │ │ └─ enhanceApp # 引入文件 | ├─ compnent # 组件md文件 | └─ README # 首页md ├─ packages │ ├─ index.js # 组件index.js │ └─ hk-countup # countup组件 ├─ public └─ package.json ``` ## 源码地址 GitLab:[http://gitlab.hekr.me/front-end/hk-ui](http://gitlab.hekr.me/front-end/hk-ui) GitHub:[https://github.com/xkloveme/hk-ui](https://github.com/xkloveme/hk-ui)