No description
Find a file
2017-03-29 10:29:12 +08:00
.github LICENSE add ionicons 2017-03-16 10:49:01 +08:00
assets update readme 2017-03-09 23:01:55 +08:00
build add eslint config and format build folder 2017-03-27 11:47:57 +08:00
examples fixed #528 2017-03-29 10:29:12 +08:00
src fixed #528 2017-03-29 10:29:12 +08:00
test add specific eslint config for test cases 2017-03-27 10:46:29 +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 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 LICENSE add ionicons 2017-03-16 10:49:01 +08:00
package.json release 2.0.0-rc.7 2017-03-27 15:50:20 +08:00
README.md update readme 2017-03-28 09:04:57 +08:00
yarn.lock add support for yarn 2017-03-20 14:57:04 +08:00

iView iView NPM downloads 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

中文文档 (2.0)

中文文档 (1.0)

English (2.0)(Working)

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+.

Major Contributors

Name Avatar
Aresn
jingsam
rijn
GITleonine1989
huixisheng

License

MIT

Copyright (c) 2016-present, iView