No description
Find a file
2017-10-12 09:34:27 +08:00
.github Use jsFiddle as fiddle 2017-09-30 15:14:17 +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 fixed #2050 2017-10-12 09:34:27 +08:00
src fixed #2050 2017-10-12 09:34:27 +08:00
test DRY message/index.js and add unit tests 2017-10-01 00:09:44 +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 README updates 2017-09-27 17:42:51 +02: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 and demos.
  • It is quite beautiful.
  • Supports Vue.js 2 and Vue.js 1.

Install

Please install Webpack first

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>
<link rel="stylesheet" href="dist/styles/iview.css">

More info in the website

Usage

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

Using css via import:

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.

Community

If you want to contribute, have questions or bugs to report:

Questions: you can find other users at Gitter chat or post on StackOverflow using [iview-ui] tag
Bugs: file a issue here and please provide a example so we can help you better
Contribute: welcome to contact us in Gitter chat, WeChat or via mail to admin@aresn.com. PRs welcome!

Major Contributors

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

License

MIT

Copyright (c) 2016-present, iView