0.4.7 • Published 5 years ago

@budd/iview v0.4.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

budd-iview

Docs

3.x

Features

  • budd 基于 iview 3.4.2 定制 (更新于05/21/2019)
  • Dozens of useful and beautiful components.
  • Friendly API. It's made for people with any skill level.
  • Extensive documentation and demos.
  • It is quite beautiful.
  • Supports both Vue.js 2.

Install

Install iView

Using npm:

npm install @budd/iview --save

Using a script tag for global use:

<script type="text/javascript" src="iview.min.js"></script>
<link rel="stylesheet" href="dist/styles/iview.css">

Usage

<template>
    <Slider v-model="value" range />
</template>
<script>
    export default {
        data () {
            return {
                value: [20, 50]
            }
        }
    }
</script>

Using css via import:

import '@budd/iview/dist/styles/iview.css';

Compatibility

  • Supports Vue.js 2.x
  • Supports Vue.js 1.x - visit 1.0 docs
  • Supports SSR
  • Supports Nuxt.js
  • Supports TypeScript
  • Supports Electron
  • Most components and features support IE9 and above browsers, some components and features do not support IE

Ecosystem Links

License

MIT

Copyright (c) 2016-present, iView