1.0.6 • Published 6 years ago

dragenli-ui v1.0.6

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

dragenli-ui

dragenli-ui is a ui for Vue.js.

For more information, please refer to 官网 in our documentation.

Install

$ npm install dragenli-ui

Quick Start

import Vue from 'vue'
import dragenli-ui from 'dragenli-ui'

Vue.use(dragenli-ui)

// or
import {
  Simulator,
  Button
  // ...
} from 'dragenli-ui'

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

FAQ

Development

Watching with hot-reload:

$ npm run dev

License

MIT

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago