0.0.1 • Published 1 year ago

slightheat-evp-ui- v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

slightheat-evp-ui

一套基于Vue 2.0、elementui的前端组件库,对于常用ui组件进行封装

Install

npm install slightheat-evp-ui -S

Quick Start

import Vue from 'vue'
import SlightheatEvp from 'slightheat-evp-ui'

Vue.use(SlightheatEvp)

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

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

LICENSE

MIT