1.2.2 • Published 4 years ago

taojinui v1.2.2

Weekly downloads
49
License
-
Repository
-
Last release
4 years ago

TJUI

安装

使用vue-cli初始创建项目。

$ npm install taojinui --save

使用

import TJUI from 'taojinui'

import 'taojinui/packages/theme-chalk/lib/index.css'

Vue.use(TJUI)

按需引入

import {
  tj-button,
  tj-loading
} from 'taojinui'

Vue.use(tj-button)
Vue.use(tj-loading)

import 'taojinui/packages/theme-chalk/lib/button.css'
import 'taojinui/packages/theme-chalk/lib/loading.css'
1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago