# heyui **Repository Path**: daijianyong/heyui ## Basic Information - **Project Name**: heyui - **Description**: HeyUI 是一套基于 Vue2.0 的开源 UI 组件库 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.heyui.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 146 - **Created**: 2019-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
  
## Documentation
visit [heyui.top](http://www.heyui.top).
## Install
```js
npm install heyui --save
```
## Start
### Basic
```html
```
#### Basic Online Demo
- [codepen demo](https://codepen.io/vvpvvp/pen/WJYKyq)
- [html demo](https://www.heyui.top/simple.html)
### Advanced
```js
import Vue from "vue"
import HeyUI from "heyui"
require("heyui/themes/index.less")
Vue.use(HeyUI)
```
#### Advanced Online Demo
- [Code Sandbox](https://codesandbox.io/s/github/vvpvvp/hey-demos/tree/master/)
## Development
You need install [hey-cli](https://www.npmjs.org/package/hey-cli).
```sh
#build
npm install
# build complete heyui
hey b
# build esm version
hey b -f hey.esm.js
# build lang js
hey b -f hey.lang.js
# develop
cd doc
npm install
hey dev
```
## Admin Template
[HeyUI Admin Template](http://admin.heyui.top)
## Ecosystem
| Project | Status | Description | 
|---|---|---|
| hey-cli | 
        
           | 
      Webpack Scaffolding | 
| hey-validator | 
           | 
      Validate Form Data | 
| hey-utils | 
           | 
      Javascript Utils | 
| heyui-snippets | 
           | 
      Snippet for VSCode |