Iview

A high quality UI Toolkit built on Vue.js 2.0
Alternatives To Iview
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Element53,40314,1079,34512 days ago161September 13, 20222,536mitVue
A Vue.js 2.0 UI Toolkit for Web
Vuetify37,3226,5411,7648 hours ago482September 15, 20221,107mitTypeScript
🐉 Vue Component Framework
Iview24,0072,6919286 months ago196July 17, 20201,221otherVue
A high quality UI Toolkit built on Vue.js 2.0
Quasar23,6513202949 hours ago326September 22, 2022485mitJavaScript
Quasar Framework - Build high-performance VueJS user interfaces in record time
Element Plus20,16390117 hours ago174September 16, 20221,396mitVue
🎉 A Vue.js 3 UI Library made by Element team
Ant Design Vue18,2194081,73621 hours ago186September 02, 2022185otherVue
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
Vux17,6221,2501879 days ago244September 17, 2021400mitVue
Mobile UI Components based on Vue & WeUI
Mint Ui16,4863,022302a year ago65December 11, 2017298mitVue
Mobile UI elements for Vue.js
Vue Awesome Swiper12,5592,2434496 months ago58March 19, 2022309mitJavaScript
🏆 Swiper component for @vuejs
Vuestic Admin9,387
5 days ago15November 16, 202085mitVue
Free and Beautiful Vue 3 Admin Template
Alternatives To Iview
Select To Compare


Alternative Project Comparisons
Readme

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

A high quality UI Components Library with Vue.js

iView works only with Vue 1.0 currently. We have been in developing. English document is coming soon. Please pay attention to the iView.

Docs

中文文档

English (Coming soon)

Overview

组件概览(Component Overview)

Features

  • High quality and rich functions
  • Friendly APIs,free and flexible
  • Great Documentation
  • It is quite beautiful
  • Using .vue file development mode
  • 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 :value.sync="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+.

Links

Popular Vue Projects
Popular Vue Component Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Css
Vue
Vuejs
Vue Components
Design System
Iview