UNPKG

6.27 kBMarkdownView Raw
1<p align="center"><a href="https://vuejs.org" target="_blank"><img width="100"src="https://vuejs.org/images/logo.png"></a></p>
2
3<p align="center">
4 <a href="https://circleci.com/gh/vuejs/vue/tree/dev"><img src="https://img.shields.io/circleci/project/vuejs/vue/dev.svg" alt="Build Status"></a>
5 <a href="https://codecov.io/github/vuejs/vue?branch=dev"><img src="https://img.shields.io/codecov/c/github/vuejs/vue/dev.svg" alt="Coverage Status"></a>
6 <a href="https://www.npmjs.com/package/vue"><img src="https://img.shields.io/npm/dm/vue.svg" alt="Downloads"></a>
7 <a href="https://www.npmjs.com/package/vue"><img src="https://img.shields.io/npm/v/vue.svg" alt="Version"></a>
8 <a href="https://www.npmjs.com/package/vue"><img src="https://img.shields.io/npm/l/vue.svg" alt="License"></a>
9 <br>
10 <a href="https://saucelabs.com/u/vuejs"><img src="https://saucelabs.com/browser-matrix/vuejs.svg" alt="Sauce Test Status"></a>
11</p>
12
13## Supporting Vue.js
14
15Vue.js is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](https://github.com/vuejs/vue/blob/dev/BACKERS.md). If you'd like to join them, check out [Vue.js' Patreon campaign](https://www.patreon.com/evanyou).
16
17<p align="center">
18 <b>Special thanks to the generous sponsorship by:</b>
19 <br><br>
20 <a href="https://stdlib.com">
21 <img width="240px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/stdlib.png">
22 </a>
23 <br><br>
24 <a href="https://www.upyun.com/?utm_source=vue&utm_medium=ad&utm_content=github">
25 <img width="160px" src="https://raw.githubusercontent.com/vuejs/cn.vuejs.org/master/themes/vue/source/images/upyun-small.png">
26 </a>
27 <br><br>
28 <a href="https://deepstreamhub.com" target="_blank">
29 <img width="140px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/deepstream.png">
30 </a>
31 <br><br>
32 <a href="https://jsfiddle.net/">
33 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/jsfiddle.png">
34 </a>
35 <br><br>
36 <a href="https://laravel.com/">
37 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/laravel.png">
38 </a>
39 <br><br>
40 <a href="https://chaitin.cn/">
41 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/chaitin.png">
42 </a>
43 <br><br>
44 <a href="https://htmlburger.com/">
45 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/htmlburger.png">
46 </a>
47 <br><br>
48 <a href="https://starter.someline.com/">
49 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/someline.png">
50 </a>
51 <br><br>
52 <a href="http://monterail.com/" target="_blank">
53 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/monterail.png">
54 </a>
55 <br><br>
56 <a href="https://www.trisoft.ro/" target="_blank">
57 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/trisoft.png">
58 </a>
59 <br><br>
60 <a href="https://www.2mhost.com/" target="_blank">
61 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/2mhost.png">
62 </a>
63 <br><br>
64 <a href="https://vuejsjob.com/?ref=vuejs" target="_blank">
65 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/vuejobs.png">
66 </a>
67 <br><br>
68 <a href="https://leanpub.com/vuejs2" target="_blank">
69 <img width="120px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/tmvuejs2.png">
70 </a>
71 <br><br>
72 <a href="https://famebroker.com" target="_blank">
73 <img width="130px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/famebroker.png">
74 </a>
75 <br><br>
76 <a href="https://fancygrid.com" target="_blank">
77 <img width="120px" src="http://fancygrid.com/logo/logo.png">
78 </a>
79 <br><br>
80 <a href="https://component.io/" target="_blank">
81 <img width="130px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/component_io.png">
82 </a>
83</p>
84
85## Intro
86
87Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:
88
89- [Declarative rendering with a plain JavaScript object based reactivity system](https://vuejs.org/guide/index.html#Declarative-Rendering)
90- [Component-oriented development style with tooling support](https://vuejs.org/guide/index.html#Composing-with-Components)
91- Lean and extensible core
92- [Flexible transition effect system](https://vuejs.org/guide/transitions.html)
93- Fast without the need for complex optimization
94
95Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported). To check out live examples and docs, visit [vuejs.org](https://vuejs.org).
96
97## Questions
98
99For questions and support please use the [Gitter chat room](https://gitter.im/vuejs/vue) or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.
100
101## Issues
102
103Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
104
105## Contribution
106
107Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md) before making a pull request. If you have a Vue-related project/component/tool, add it with a pull-request to [this curated list](https://github.com/vuejs/awesome-vue)!
108
109## Changelog
110
111Details changes for each release are documented in the [release notes](https://github.com/vuejs/vue/releases).
112
113## Stay In Touch
114
115For the latest releases and announcements, follow on Twitter: [@vuejs](https://twitter.com/vuejs)
116
117## License
118
119[MIT](http://opensource.org/licenses/MIT)
120
121Copyright (c) 2013-present, Yuxi (Evan) You