This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Go to file
2016-11-07 16:20:10 -05:00
.github Add guide for PR title (#3936) 2016-10-14 09:25:09 -04:00
benchmarks add reference link in uptime bench 2016-07-31 17:36:26 -04:00
build make standalone build usable in Node.js too 2016-11-05 14:37:30 -04:00
dist [build] 2.0.5 2016-11-04 23:47:26 -04:00
examples fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage (#3943) 2016-10-14 09:27:54 -04:00
flow tweak style merge for performance 2016-11-07 16:20:10 -05:00
packages [build] 2.0.5 2016-11-04 23:47:26 -04:00
src tweak style merge for performance 2016-11-07 16:20:10 -05:00
test enable style merge behavior between parent-child components (fix #3997) (#4138) 2016-11-07 16:19:48 -05:00
types tweak style merge for performance 2016-11-07 16:20:10 -05:00
.babelrc more build tweaks 2016-08-27 21:13:55 -04:00
.eslintignore ignore packages in eslint 2016-06-08 12:19:15 -04:00
.eslintrc use eslint-plugin-flowtype (close #3583) 2016-09-09 10:50:22 +02: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
BACKERS.md add missing backer 2016-11-05 11:28:31 -04:00
circle.yml bump circle node version 2016-08-27 21:31:01 -04:00
LICENSE add license and contrib guide 2016-07-29 23:08:02 -04:00
package.json [release] 2.0.5 2016-11-04 23:47:26 -04:00
README.md fix vuejsjob links 2016-10-31 13:06:41 -04: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