No description
Find a file
2017-08-29 23:45:15 +07:00
.github update issue guide 2017-08-18 23:49:15 +08:00
assets update readme 2017-07-17 18:02:24 +08:00
build update locale packaging config 2017-07-17 23:36:33 +08:00
examples Radio add size prop 2017-08-24 17:50:30 +08:00
src add id-ID locale 2017-08-29 23:45:15 +07:00
test Merge pull request #1670 from SergioCrisostomo/use-Chrome-Headless 2017-08-24 15:55:42 +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 update ColorPicker 2017-08-17 17:25:38 +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 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 🎨 add eslint 2016-12-25 22:49:42 +08: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 Chrome Headless browser instead of PhantomJS 2017-08-23 09:56:55 +02:00
package.json release 2.2.0 2017-08-28 09:47:39 +08:00
README.md Update README.md 2017-08-25 14:18:41 +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.

Programming

iView

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