h_ui
v1.48.0
Published
A Vue.js 2.0 UI Components Framework
Downloads
1,145
Maintainers
Readme
Environment Support
- Modern browsers and Internet Explorer 11 (with polyfills)
| IE / Edge | Chrome | Firefox | | :- | :- | :- | | IE11, Edge | Above version 51 | Above version 34 |
Install
npm install h_ui
Usage
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
Feedback
How to join discussion group? Search group number 34262339 or 33053894 using Dingtalk App to join in discussion group.
LICENSE
ISC