Go to file
2015-06-01 16:56:45 -04:00
build make casperjs use local phantomjs 2015-05-29 00:09:47 -04:00
dist [release] 0.12.0-rc 2015-06-01 16:56:45 -04:00
examples fix todomvc filter quotes 2015-05-26 20:54:57 -04:00
src copy props when replacing $data (fix vuejs/Discussion#173) 2015-05-31 22:02:10 -04:00
test only test composition events if not on Android 2015-06-01 16:47:16 -04:00
.gitignore adjust build setup 2015-05-10 13:19:55 -04:00
.jshintrc tests for jQuery change event support 2015-02-25 09:39:41 -05:00
.npmignore update npmignore 2014-12-08 01:33:44 -05:00
.travis.yml update travis config 2015-05-28 18:23:14 -04:00
bower.json [release] 0.12.0-rc 2015-06-01 16:56:45 -04:00
component.json [release] 0.12.0-rc 2015-06-01 16:56:45 -04:00
CONTRIBUTING.md Typo fix on contribution guidelines 2015-05-31 00:15:37 +07:00
gruntfile.js tests for async components 2015-05-12 23:01:15 -04:00
LICENSE meta file update 2014-11-04 22:05:15 -05:00
package.json [release] 0.12.0-rc 2015-06-01 16:56:45 -04:00
README.md more edits 2015-05-29 23:29:31 -04:00

Vue.js Build Status Selenium Test Status Coverage Status

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:

  • Two-way data binding
  • Plain JavaScript objects as reactive models
  • Component-oriented development style

Note that Vue.js only supports IE9 or above. To check out live examples and docs, visit vuejs.org.

Questions

For questions and support please use the Gitter room: ![Gitter](https://badges.gitter.im/Join Chat.svg) or submit issues at vuejs/Discussion. 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