Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyui/heyui
🎉UI Toolkit for Web, Vue3.0
https://github.com/heyui/heyui
autocomplete button datepicker datetimepicker form heyui i18n javascript modal modals select table tree ui ui-components validator vue vue-components vue2 webpack
Last synced: 3 days ago
JSON representation
🎉UI Toolkit for Web, Vue3.0
- Host: GitHub
- URL: https://github.com/heyui/heyui
- Owner: heyui
- License: mit
- Created: 2017-03-17T06:56:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T16:08:03.000Z (10 months ago)
- Last Synced: 2024-10-29T15:19:04.805Z (3 months ago)
- Topics: autocomplete, button, datepicker, datetimepicker, form, heyui, i18n, javascript, modal, modals, select, table, tree, ui, ui-components, validator, vue, vue-components, vue2, webpack
- Language: Vue
- Homepage: https://v2.heyui.top
- Size: 25.1 MB
- Stars: 2,557
- Watchers: 78
- Forks: 264
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - heyui/heyui - 🎉UI Toolkit for Web, Vue3.0 (Vue)
- awesome-github-star - heyui
README
# HeyUI
![npm (tag)](https://img.shields.io/npm/v/heyui/next)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/heyui)
![npm](https://img.shields.io/npm/dm/heyui)
![NPM](https://img.shields.io/npm/l/heyui)> An UI components library.
## Components
## 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