Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

heyui

Package Overview
Dependencies
Maintainers
1
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heyui

UI Toolkit for Web, Vue2.0.

  • 1.28.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

ProjectStatusDescription
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

Keywords

FAQs

Package last updated on 13 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc