0.1.0 • Published 4 years ago

@codepan/kiwi-ui v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1-9

5 years ago

0.0.1-8

5 years ago

0.0.1-7

6 years ago

0.0.1-6

6 years ago

0.0.1-5

6 years ago

0.0.1-4

6 years ago

0.0.1-3

6 years ago

0.0.1-2

6 years ago

0.0.1-1

6 years ago

0.0.1-0

6 years ago