146 Star 761 Fork 144

heyui / heyui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
vvpvvp 提交于 2022-02-06 20:51 . doc: update README

HeyUI

npm (tag) npm bundle size npm NPM

An UI components library.

Components

Documentation

visit heyui.top.

Install

npm install heyui@next --save

Start

Basic


<script src="https://cdn.jsdelivr.net/npm/vue@next"></script>
<script src="https://cdn.jsdelivr.net/npm/heyui@next"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/heyui@next/themes/index.css"></link>

Advanced

import { createApp } from 'vue';
import heyui from 'heyui';
require('heyui/themes/index.less');

app.use(heyui);
app.mount('#app');

Development


npm install

# build
npm run build

Admin Template

HeyUI Admin Template

Browser Support

Modern browsers and Internet Explorer 11+.

LICENSE

MIT

Copyright (c) 2017-present, Lan

JavaScript
1
https://gitee.com/heyui/heyui.git
git@gitee.com:heyui/heyui.git
heyui
heyui
heyui
master

搜索帮助