2.13.2 • Published 4 years ago

cloudly-ui v2.13.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install cloudly-ui -S

Quick Start

import Vue from 'vue'
import Cloudly from 'cloudly-ui'

Vue.use(Cloudly)

// or
import {
  Select,
  Button
  // ...
} from 'cloudly-ui'

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

LICENSE

MIT