0.0.5 • Published 3 years ago

cube-block v0.0.5

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

Install

npm install @tievd/cube -S

Quick Start

import Vue from 'vue'
import Cube from '@tievd/cube'

Vue.use(Cube)

// or
import {
  Select,
  Button
  // ...
} from '@tievd/cube'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.