1.0.6 • Published 5 years ago

dragenli-ui v1.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago