w-ui

1.1.17 • Public • Published

wui (beta)

Build Status Coverage Status npm package NPM downloads NPM licence

A Vue.js UI Toolkit for mobile with 50+ components

Install

npm install w-ui

Quick Start

<template>
  <Button type="primary" @click.native="doClick">点我</Button>
</template>
 
<script>
import { Button, Alert } from 'w-ui'
export default {
  components: {
    Button,
    Alert
  },
  methods: {
    doClick () {
      Alert('hello, wui');
    }
  }
}
</script> 

For more information, please refer to Quick Start in our documentation.

https://w-ui.github.io/#/doc

Change log

1.1.1

  • 【功能】优化accordion组件样式
  • 【bug】修复Confirm回调问题

/w-ui/

    Package Sidebar

    Install

    npm i w-ui

    Weekly Downloads

    31

    Version

    1.1.17

    License

    MIT

    Unpacked Size

    3.14 MB

    Total Files

    319

    Last publish

    Collaborators

    • lin-xi
    • liupai