1.0.7 • Published 10 months ago

aochen-element-ui v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

A Vue.js 2.0 UI Toolkit for Web.

Node version require 12

Element will stay with Vue 2.x

Install

npm install aochen-element-ui -S

Quick Start

import Vue from 'vue'
import Element from 'aochen-element-ui'

Vue.use(Element)

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

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+.

1.0.7

10 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago