Go to file
2015-08-04 16:21:10 -04:00
build write gz file to disk so docs build script can pick it up [ci skip] 2015-07-23 14:20:56 -04:00
dist fix doc tag typo 2015-08-03 20:03:32 +08:00
examples add select2 example 2015-08-04 16:21:10 -04:00
perf [release] 0.12.0 2015-06-12 13:34:29 -04:00
src fix doc tag typo 2015-08-03 20:03:32 +08:00
test remove legacy rules 2015-08-04 02:11:03 +09:00
.eslintrc remove legacy rules 2015-08-04 02:11:03 +09: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 Remove moot version property from bower.json 2015-06-10 19:06:29 -04:00
circle.yml change circle branch settings 2015-08-03 15:05:25 -04:00
component.json [release] 0.12.9 2015-07-31 16:30:56 -04:00
CONTRIBUTING.md update build instructions (eslint) 2015-07-03 00:22:45 +08:00
gruntfile.js adjust build setup for better production minification 2015-07-08 16:47:20 +08:00
LICENSE meta file update 2014-11-04 22:05:15 -05:00
package.json upgrade grunt-eslint 2015-08-04 01:38:11 +09:00
README.md update coverage badge 2015-06-14 14:47:12 -04:00

Vue.js Build Status Coverage Status Selenium Test 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 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 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