0.0.9 • Published 5 years ago

designui v0.0.9

Weekly downloads
4
License
MIT
Repository
gitlab
Last release
5 years ago

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install designui -S

Quick Start

import Vue from 'vue'
import Element from 'designui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'designui'

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+.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Sponers

npm.io

Backers

npm.io

LICENSE

MIT