/beescmFE

beescmFE base on Element-UI 2.2.2

Primary LanguageVueMIT LicenseMIT


# Element

Build Status Coverage Status CDNJS npm package NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/ElemeFE/element(Chinese) Join the chat at https://gitter.im/element-en/Lobby(English) OpenCollective OpenCollective License: MIT

A Vue.js 2.0 UI Toolkit for Web.

Special thanks to the generous sponsorship by:

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install beescm-ui -S

Quick Start

import Vue from 'vue'
import Element from 'beescm-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'beescm-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT