0.1.7 • Published 4 years ago

ik-ui-vue v0.1.7

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

ik-ui-vue

安装使用

npm install ik-ui-vue

项目入口中引入

import 'ik-ui-vue/lib/ik-ui-vue.css'

在`组件`使用
import IKUI from 'ik-ui-vue'

如:
        <IKUI.actionSheet
          v-show={this.visible === true}
          visible={this.visible}
          items={this.items}
          cancel_text="吃什么呢"
          selectItem={(item) => {
            console.log(item)
          }}
          cancel={() => {
            this.visible = false
          }}>
        </IKUI.actionSheet>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago