Blame view

README.md 2.42 KB
27f0d894   梁灏   update readme
1
2
3
4
5
  <p align="center">
      <a href="https://www.iviewui.com">
          <img width="200" src="https://raw.githubusercontent.com/iview/iview/master/assets/logo.png">
      </a>
  </p>
c1cfacb2   梁灏   update readme
6
  
b6af9572   Aresn   add gitter.im
7
  # iView  [![](https://img.shields.io/travis/iview/iview.svg?style=flat-square)](https://travis-ci.org/iview/iview) [![iView](https://img.shields.io/npm/v/iview.svg?style=flat-square)](https://www.npmjs.org/package/iview) [![NPM downloads](http://img.shields.io/npm/dm/iview.svg?style=flat-square)](https://npmjs.org/package/iview) [![Join the chat at https://gitter.im/iview/iview](https://badges.gitter.im/iview/iview.svg)](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
ecd50b8f   The Gitter Badger   Add Gitter badge
8
  
27f0d894   梁灏   update readme
9
  ### A high quality  UI Components Library with Vue.js
c1cfacb2   梁灏   update readme
10
  
1cc06612   Rijn   updated README
11
12
  > iView works only with Vue 1.0 currently. We have been in developing. Please pay attention to the iView.
  
c1cfacb2   梁灏   update readme
13
14
  ## Docs
  
9dde24b6   梁灏   add LoadingBar co...
15
  ### [中文文档](https://www.iviewui.com)
c1cfacb2   梁灏   update readme
16
  
27f0d894   梁灏   update readme
17
18
19
20
21
22
  ## Overview
  
  ### [组件概览(Component Overview)](https://www.iviewui.com/overview)
  
  ## Features
  
27f0d894   梁灏   update readme
23
24
  - High quality and rich functions
  - Friendly APIs,free and flexible
10f622ac   梁灏   update issue desc
25
26
27
28
  - Great Documentation
  - It is quite beautiful
  - Using .vue file development mode
  - Based on npm + webpack + babel, using ES2015
27f0d894   梁灏   update readme
29
  
c1cfacb2   梁灏   update readme
30
31
32
33
  ## Programming 
  
  ![iView](https://raw.githubusercontent.com/iview/iview/master/assets/iview.png)
  
27f0d894   梁灏   update readme
34
35
36
37
  ## Install
  
  ### Install vue-webpack project in the first place 
  
e48950bd   梁灏   update readme
38
  Use [iview-project](https://github.com/iview/iview-project)(Recommended) Or [vue-cli](https://github.com/vuejs/vue-cli)
27f0d894   梁灏   update readme
39
40
41
  
  ### Install iView
  
2218620b   Aresn   Update README.md
42
43
  using npm
  ```
27f0d894   梁灏   update readme
44
  npm install iview --save
2218620b   Aresn   Update README.md
45
46
47
  ```
  Or using script tag for global use
  ```
e48950bd   梁灏   update readme
48
  <script type="text/javascript" src="iview.min.js"></script>
27f0d894   梁灏   update readme
49
50
51
52
  ```
  
  ## Usage
  
27f0d894   梁灏   update readme
53
54
  ```html
  <template>
e48950bd   梁灏   update readme
55
      <Slider :value.sync="value" range></Slider>
27f0d894   梁灏   update readme
56
57
  </template>
  <script>
27f0d894   梁灏   update readme
58
      export default {
e48950bd   梁灏   update readme
59
60
61
62
63
          data () {
              return {
                  value: [20, 50]
              }
          }
27f0d894   梁灏   update readme
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
      }
  </script>
  ```
  Use css
  ```js
  import 'iview/dist/styles/iview.css';
  ```
  
  ## Browser Support
  
  Normal browsers and Internet Explorer 9+.
  
  ## Links
  
  - [Vue](https://github.com/vuejs/vue)
  - [Webpack](https://github.com/webpack/webpack)
  - [ionicons](https://github.com/driftyco/ionicons)
  - [Ant Design](https://github.com/ant-design/ant-design)
  
6b5c459c   梁灏   💰To become donors
83
84
85
86
  ## Donation
  iView is an MIT licensed open source project and completely free to use, but if it is helpful to you, you can buy me a coffee :)
  
  <p align="center">
86b4da54   梁灏   💰To become donors
87
      <img src="https://raw.githubusercontent.com/iview/iview/master/assets/pay.png">
6b5c459c   梁灏   💰To become donors
88
  </p>