Go to file
2016-08-18 15:48:57 -04:00
.github move md files into hidden directory 2016-08-18 15:48:57 -04:00
benchmarks add reference link in uptime bench 2016-07-31 17:36:26 -04:00
build test iOS 9.3 on sauce 2016-08-05 18:04:51 -04:00
dist [build] 2.0.0-rc.2 2016-08-15 23:39:07 -04:00
examples add move animation example 2016-08-04 22:20:42 -04:00
flow fix transition insert hook duplicate invocation on slot nodes (fix #3474) 2016-08-18 12:00:31 -04:00
packages [build] 2.0.0-rc.2 2016-08-15 23:39:07 -04:00
src annotations for createFunctionalComponent 2016-08-18 14:25:51 -04:00
test fix v-on chained keyCodes (fix #3478) 2016-08-18 12:17:17 -04:00
.babelrc adjust build 2016-06-07 21:53:43 -04:00
.eslintignore ignore packages in eslint 2016-06-08 12:19:15 -04:00
.eslintrc annotate entries 2016-05-12 12:34:54 -04:00
.flowconfig remove source-map generation from sfc parser 2016-06-21 02:17:11 -04:00
.gitignore remove log 2016-08-11 18:15:05 -05:00
circle.yml setup coverage 2016-05-13 21:12:56 -04:00
LICENSE add license and contrib guide 2016-07-29 23:08:02 -04:00
package.json [release] 2.0.0-rc.2 2016-08-15 23:39:07 -04:00
README.md add readme 2016-08-11 18:19:57 -05:00

Build Status Coverage Status Downloads Version License
Sauce Test Status

Supporting Vue.js

Vue.js is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome backers. If you'd like to join them, check out Vue.js' Patreon campaign.

Special thanks to the generous sponsorship by:

Intro

Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:

Note that Vue.js only supports ES5-compliant browsers (IE8 and below are not supported). To check out live examples and docs, visit vuejs.org.

Questions

For questions and support please use the Gitter chat room or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request. If you have a Vue-related project/component/tool, add it with a pull-request to this curated list!

Changelog

Details changes for each release are documented in the release notes.

Stay In Touch

  • For latest releases and announcements, follow on Twitter: @vuejs

License

MIT

Copyright (c) 2013-2016 Evan You