No description
Find a file
2017-09-29 09:45:50 +02:00
.github Use more recent version (2.0.0-rc5 > 2.2.0) 2017-09-02 12:10:50 +02:00
assets update readme 2017-07-17 18:02:24 +08:00
build eslint and replace "var" with "const" 2017-09-29 09:45:50 +02:00
examples fix InputNumber bug in 2.4.0, and release 2.4.0-beta.3 2017-09-24 16:21:48 +08:00
src fix InputNumber bug in 2.4.0, and release 2.4.0-beta.3 2017-09-24 16:21:48 +08:00
test Propagate type changes to panel 2017-09-14 08:25:38 +02:00
.babelrc Add Object rest spread to eslint and babel configs 2017-09-02 15:10:14 +02:00
.editorconfig init 2016-09-09 14:29:19 +08:00
.eslintignore update ColorPicker 2017-08-17 17:25:38 +08:00
.eslintrc.json Add Object rest spread to eslint and babel configs 2017-09-02 15:10:14 +02:00
.gitattributes release 0.9.8 2016-11-21 13:55:23 +08:00
.gitignore fixed #528 2017-03-29 10:29:12 +08:00
.npmignore add umd library build 2016-11-03 17:21:04 +08:00
.travis.yml Update dependencies 2017-09-14 08:11:14 +02:00
CHANGE.md update License 2017-03-14 10:47:02 +08:00
LICENSE update ColorPicker 2017-08-17 17:25:38 +08:00
package-lock.json use gzip 2017-09-29 09:43:08 +02:00
package.json use gzip 2017-09-29 09:43:08 +02:00
README.md update readme 2017-09-03 10:31:56 +08:00
yarn.lock DE-de 2017-06-29 20:13:39 +02:00

iView

iView NPM downloads NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/iview/iview

A high quality UI Toolkit built on Vue.js.

This branch is for Vue.js 2.x

HERE is for Vue.js 1.x

Docs

English (2.0)

中文文档 (2.0)

中文文档 (1.0)

Overview

Component Overview

Features

  • Dozens of useful and beautiful components.
  • Friendly API. It's made for people with all skill levels.
  • Extensive documentation.
  • It is quite beautiful.
  • Support Vue.js 2 and Vue.js 1.

Install

Install webpack project in the first place

We recommend you install project through iView Cli Or iview-project.

You can also use 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';

Compatibility

  • Support Vue.js 2.x
  • Support Vue.js 1.x Visit 1.0 doc
  • Support SSR
  • Support Nuxt.js
  • Electron
  • iView does not support IE8 or below since Vue.js is using Object.defineProperty which do not be supported by these browsers to track changes.

Major Contributors

Name Avatar Name Avatar Name Avatar
Aresn jingsam rijn
lcx960324 GITleonine1989 huixisheng
Sergio Crisostomo

License

MIT

Copyright (c) 2016-present, iView