dlmys-ui

0.0.4 • Public • Published

dlmys-ui

A Vue.js 2.0 UI Toolkit for Web.

Dlmys will stay with Vue 2.x (^2.5.17)

Install

npm install dlmys-ui -S

Quick Start

// 1.Fully import
import Vue from 'vue'
import DlmysUi from 'dlmys-ui'
import 'dlmys-ui/lib/index/style.css'

Vue.use(DlmysUi)

// or

// 2.Partial import(With the help of [babel-plugin-component](https://github.com/ElementUI/babel-plugin-component))
import {
    Cropper,
    Demo
    // ...
} from 'dlmys-ui'

Vue.use(Cropper)
Vue.use(Demo)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT

Npm

dlmys-ui

Readme

Keywords

Package Sidebar

Install

npm i dlmys-ui

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

684 kB

Total Files

21

Last publish

Collaborators

  • wangyuanlin001