0.0.2-beta • Published 3 years ago

@scgs/element-ui v0.0.2-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install @scgs/element-ui -S

Quick Start

import Vue from 'vue'
import Element from '@scgs/element-ui'

Vue.use(Element)

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

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

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