0.1.0 • Published 3 years ago

@codepan/kiwi-ui v0.1.0

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

安装

# 使用yarn
yarn add @codepan/kiwi-ui

# 使用npm
npm i @codepan/kiwi-ui -S

快速开始

import Vue from 'vue'

// 全部引入
import KiwiUI from '@codepan/kiwi-ui'
import '@codepan/kiwi-ui/lib/theme-default/index.css'
Vue.use(KiwiUI)

// 按需引入
import { Button } from '@codepan/kiwi-ui'

//以插件形式
Vue.use(Button)
/* 
以组件形式
Vue.component(Button.name, Button)
*/

链接

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

4 years ago

0.0.1-9

4 years ago

0.0.1-8

4 years ago

0.0.1-7

4 years ago

0.0.1-6

4 years ago

0.0.1-5

4 years ago

0.0.1-4

4 years ago

0.0.1-3

5 years ago

0.0.1-2

5 years ago

0.0.1-1

5 years ago

0.0.1-0

5 years ago