UNPKG

h_ui

Version:

A Vue.js 2.0 UI Components Framework

48 lines (31 loc) 928 B
<h1>Hui Design</h1> <h4>A Vue.js 2.0 view component library for Web.</h4> ## Environment Support - Modern browsers and Internet Explorer 11 (with polyfills) | IE / Edge | Chrome | Firefox | | :- | :- | :- | | IE11, Edge | Above version 51 | Above version 34 | ## Install ```bash npm install h_ui ``` ## Usage ```js import Vue from "vue" import hui from "h_ui" import "h_ui/dist/h_ui.min.css" Vue.use(hui) ``` ## Internationalization All components of Hui are written in Chinese by default,and other languages can be used through settin,currently supports the following languages: - Simplified Chinese (zh-CN) - Traditional Chinese (zh-TW) - English (en-US) ## Links - [Home page](http://hui.hundsun.com/) - [Change Log](http://hui.hundsun.com/component-update/) ## Feedback **How to join discussion group?** Search group number 34262339 or 33053894 using Dingtalk App to join in discussion group. ## LICENSE ISC