ivueui

2.1.0 • Public • Published

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

Package Sidebar

Install

npm i ivueui

Weekly Downloads

2

Version

2.1.0

License

MIT

Last publish

Collaborators

  • ivueui