2.1.0-b6 • Published 6 years ago

element-ui-yck v2.1.0-b6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Element

  • This framework is adapted from "element-ui", which is modified by the special needs of individual projects.

A Vue.js 2.0 UI Toolkit for Web.

Links

Install

npm install element-ui-yck -S

Quick Start

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

Vue.use(Element)

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

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

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

LICENSE

MIT