2.1.0 • Published 6 years ago

ivueui v2.1.0

Weekly downloads
19
License
MIT
Repository
github
Last release
6 years ago

iVueui

GitHub issues GitHub forks GitHub stars NPM downloads NPM downloads iVueui GitHub license

NPM

A high quality UI Toolkit built on Vue.js.

此分支版本为 Vue.js 2.x.

The branch for Vue.js 1.x can be found here.

Docs

iVueui文档

Install

请先安装 Webpack!

Using npm:

npm install ivueui --save

Using a script tag for global use:

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

You can find more info on the website.

Usage

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

Using css via import:

import 'ivueui/dist/styles/ivueui.css';

Links

License

MIT

Copyright (c) 2016-present, iVueui

2.1.0

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago