Skip to content

自己整理开发的ui框架包括手机模拟器,loading,input,bar等组件

License

Notifications You must be signed in to change notification settings

lilu1814/dragenli-ui

Repository files navigation

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

About

自己整理开发的ui框架包括手机模拟器,loading,input,bar等组件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published