# heyui **Repository Path**: graphgroup/heyui ## Basic Information - **Project Name**: heyui - **Description**: HeyUI 是一套基于 Vue 的开源 UI 组件库,目前同时支持Vue3.0,Vue2.0版本。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.heyui.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 146 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## Documentation
visit [heyui.top](http://v2.heyui.top).
## Install
```js
npm install heyui@next --save
```
## Start
### Basic
```html
```
### Advanced
```js
import { createApp } from 'vue';
import heyui from 'heyui';
require('heyui/themes/index.less');
app.use(heyui);
app.mount('#app');
```
## Development
```sh
npm install
# build
npm run build
```
## Admin Template
[HeyUI Admin Template](http://admin.heyui.top)
## Browser Support
Modern browsers and Internet Explorer 11+.
## LICENSE
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2017-present, Lan