# iview **Repository Path**: touchx/iview ## Basic Information - **Project Name**: iview - **Description**: UI Components with Vue.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2016-11-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# iView [](https://travis-ci.org/iview/iview) [](https://www.npmjs.org/package/iview) [](https://npmjs.org/package/iview) [](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ### A high quality UI Components Library with Vue.js ## Docs ### [中文文档](https://www.iviewui.com) ## Overview ### [组件概览(Component Overview)](https://www.iviewui.com/overview) ## Features - Using .vue file development mode - Based on npm + webpack + babel, support ES2015 - High quality and rich functions - Friendly APIs,free and flexible ## Programming  ## Install ### Install vue-webpack project in the first place Use [vue-vueRouter-webpack](https://github.com/icarusion/vue-vueRouter-webpack)(Recommended) Or [vue-cli](https://github.com/vuejs/vue-cli) ### Install iView ```bash npm install iview --save ``` ### Babel support for iView in webpack ```js module: { loaders: [ { test: /iview.src.*?js$/, loader: 'babel' }, { test: /\.js$/, loader: 'babel', exclude: /node_modules/ } ] } ``` ## Usage Use component as required ```html