Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

element-ui-qz

ElemeFE95.1kMIT2.2.31TypeScript support: included

A Component Library for Vue.js.

eleme, vue, components

readme


A Vue.js 2.0 UI Toolkit for Web.

Install

npm install element-ui-qz -S

Quick Start

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

Vue.use(Element)

// or或者
import {
  Select,
  Button
  // ...
} from 'element-ui-qz'

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

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

LICENSE

MIT