Go to file
2015-12-10 11:50:29 -05:00
build fix build script (update index.js before build) 2015-11-23 14:48:06 -05:00
dist [build] 1.0.11 2015-12-10 00:00:06 -05:00
examples fix elastic header example in IE 2015-11-13 15:40:14 -05:00
src fix IE9 className issue (fix #2001) 2015-12-10 11:50:29 -05:00
test fix IE9 className issue (fix #2001) 2015-12-10 11:50:29 -05:00
.bithoundrc ignore test libs 2015-08-18 17:10:29 -04:00
.eslintrc use ES2015 + new build setup 2015-11-18 15:01:05 -05:00
.gitignore use ES2015 + new build setup 2015-11-18 15:01:05 -05:00
bower.json update bower.json 2015-08-15 11:16:52 -04:00
circle.yml use ES2015 + new build setup 2015-11-18 15:01:05 -05:00
CONTRIBUTING.md use ES2015 + new build setup 2015-11-18 15:01:05 -05:00
LICENSE meta file update 2014-11-04 22:05:15 -05:00
package.json [release] 1.0.11 2015-12-10 00:00:07 -05:00
README.md remove spam note 2015-10-28 21:42:17 -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 without the need for complex optimization

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 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