No description
Find a file
梁灏 7be1bc7f88 update LICENSE
update LICENSE
2017-03-15 16:02:28 +08:00
.github update issue desc 2016-12-15 09:39:00 +08:00
assets update readme 2017-03-09 23:01:55 +08:00
build fixed webpack build error 2017-03-10 21:57:50 +08:00
examples update Button & Table Cell 2017-03-15 15:27:04 +08:00
src fixed Table bug when remove a row of data 2017-03-15 15:50:28 +08:00
test/unit add test and update webpack config 2017-03-04 00:09:02 +08:00
.babelrc add iview.install() 2016-11-03 10:19:35 +08:00
.editorconfig init 2016-09-09 14:29:19 +08:00
.eslintignore support Poptip & clickoutside 2017-03-03 15:19:21 +08:00
.eslintrc.json update TimePicker & BackTop 2016-12-27 12:00:45 +08:00
.gitattributes release 0.9.8 2016-11-21 13:55:23 +08:00
.gitignore add test and update webpack config 2017-03-04 00:09:02 +08:00
.npmignore add umd library build 2016-11-03 17:21:04 +08:00
.travis.yml 🎨 add eslint 2016-12-25 22:49:42 +08:00
CHANGE.md update License 2017-03-14 10:47:02 +08:00
LICENSE update LICENSE 2017-03-15 16:02:28 +08:00
package.json release 2.0.0-rc.4 2017-03-14 11:29:11 +08:00
README.md update License 2017-03-14 10:47:02 +08:00

iView iView NPM downloads Join the chat at https://gitter.im/iview/iview

A high quality UI Toolkit with both Vue.js 2.0 and 1.0

This branch is for Vue.js 2.x

HERE is for Vue.js 1.x

Docs

中文文档(1.0版)

English (Coming soon)

Overview

组件概览Component Overview

Features

  • High quality and rich functions
  • Friendly APIs,free and flexible
  • Great Documentation
  • It is quite beautiful
  • Support Vue.js 2 and Vue.js 1
  • Based on npm + webpack + babel, using ES2015

Programming

iView

Install

Install vue-webpack project in the first place

Use iview-project(Recommended) Or vue-cli

Install iView

using npm

npm install iview --save

Or using script tag for global use

<script type="text/javascript" src="iview.min.js"></script>

Usage

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

Use css

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

Browser Support

Normal browsers and Internet Explorer 9+.

In iView, Some of the components and style codes refer to the following projects: