element-yhui
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

element-yhui

A Vue.js 2.0 UI Toolkit for Web. 详情:使用文档手册 开始:QuickStart

Install

npm install element-yhui -S

Quick Start

import Vue from 'vue'
import Element from 'element-yhui'
 
Vue.use(Element)
 
// or
import {
  Select,
  Button
  // ...
} from 'element-yhui'
 
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i element-yhui

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

7.42 MB

Total Files

1060

Last publish

Collaborators

  • mudas