0.0.2 • Published 2 years ago

nsc-element-ui v0.0.2

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

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install nsc-element-ui -S

Quick Start

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

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'nsc-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+.

Development

Skip this part if you just want to use Element.

LICENSE

MIT