0.2.2-beta • Published 4 years ago

evsmc-base-ui v0.2.2-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Install

npm install evsmc-base-ui -S

Quick Start

import Vue from 'vue'
import Element from 'element-ui'
import EvsmcBaseUi from 'evsmc-base-ui'

Vue.use(Element)
Vue.use(EvsmcBaseUi)

// or
import {
  Add,
  BatchButton
  // ...
} from 'evsmc-base-ui'

Vue.use(Add)
Vue.use(BatchButton)

For more information, please wait our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

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

LICENSE

MIT

0.2.2-beta

4 years ago

0.2.2-alpha

5 years ago

0.2.1-alpha

5 years ago

0.2.0-alpha

5 years ago

0.1.1-alpha.5

5 years ago

0.1.1-alpha.4

5 years ago

0.1.1-alpha.3

5 years ago

0.1.1-alpha.2

5 years ago

0.1.1-alpha.1

5 years ago

0.1.0-beta.1

5 years ago

0.1.0-alpha.3

5 years ago

0.1.0-alpha.1

5 years ago