1.0.2 • Published 2 years ago

@antares_boy/t-ui v1.0.2

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

Install

npm install @antares_boy/t-ui -S

Quick Start

import Vue from 'vue'
import AntaresUI from '@antares_boy/t-ui'
import '@antares_boy/t-ui/lib/theme-chalk/index.css'

Vue.use(AntaresUI)

// or
import {
  Select,
  Button
  // ...
} from '@antares_boy/t-ui'

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