Go to file
2015-10-06 10:31:51 -04:00
build ci: use circle build number for saucelab job 2015-10-06 10:31:51 -04:00
dist [release] 1.0.0-beta.3 2015-10-02 16:17:37 -04:00
examples deprecate $set and $delete on objects, use Vue.set/delete instead 2015-10-03 17:09:46 -04:00
perf [release] 0.12.0 2015-06-12 13:34:29 -04:00
src lifecycle api: deprecate $addChild() in favor of parent option 2015-10-05 17:41:15 -04:00
test lifecycle api: deprecate $addChild() in favor of parent option 2015-10-05 17:41:15 -04:00
.bithoundrc ignore test libs 2015-08-18 17:10:29 -04:00
.eslintrc eslint's operator-linebreak rule now supports the ternary operator. 2015-09-03 12:56:07 +02:00
.gitignore adjust build setup 2015-05-10 13:19:55 -04:00
.npmignore also ignore dev sourcemap 2015-06-16 13:53:18 -04:00
bower.json update bower.json 2015-08-15 11:16:52 -04:00
circle.yml version 2015-09-05 22:24:16 -04:00
CONTRIBUTING.md update dev setup guide 2015-09-24 23:07:06 -04:00
gruntfile.js use a simpler CI build for pull requests 2015-08-10 11:43:43 -04:00
LICENSE meta file update 2014-11-04 22:05:15 -05:00
package.json [release] 1.0.0-beta.3 2015-10-02 16:17:37 -04:00
README.md update links for the forum 2015-09-21 15:41:19 -04:00

Build Status Coverage Status bitHound Score

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:

  • Dead simple, unobtrusive reactivity using plain JavaScript objects.
  • Component-oriented development style with tooling support
  • Lean and extensible core
  • Flexible transition effect system
  • Fast!

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. You can also start with this excellent screencast series on Laracasts.

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 to this 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) 2014 Evan You