heyui

1.28.0 • Public • Published

HeyUI

npm package JS gzip size CSS gzip size License: MIT

An UI components library.

Components

Documentation

visit heyui.top.

Install

npm install heyui --save

Start

Basic

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

Basic Online Demo

Advanced

import Vue from "vue"
import HeyUI from "heyui"
require("heyui/themes/index.less")

Vue.use(HeyUI)

Advanced Online Demo

Development

You need install hey-cli.

#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

Ecosystem

Project Status Description
hey-cli Webpack Scaffolding
hey-validator Validate Form Data
hey-utils Javascript Utils
heyui-snippets Snippet for VSCode

Browser Support

Modern browsers and Internet Explorer 9+.

LICENSE

MIT

Copyright (c) 2017-present, Lan

Readme

Keywords

Package Sidebar

Install

npm i heyui

Weekly Downloads

100

Version

1.28.0

License

MIT

Unpacked Size

4.88 MB

Total Files

209

Last publish

Collaborators

  • vvpvvp