Go to file
2016-11-23 19:21:51 -05:00
.github Add guide for PR title (#3936) 2016-10-14 09:25:09 -04:00
benchmarks adjust build 2016-11-20 12:03:43 -05:00
build adjust build 2016-11-20 12:03:43 -05:00
dist [build] 2.1.3 2016-11-23 19:21:51 -05: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 ensure $scopedSlots is always an object (close #4301) 2016-11-23 18:04:35 -05:00
packages [build] 2.1.3 2016-11-23 19:21:51 -05:00
src [build] 2.1.3 2016-11-23 19:21:51 -05:00
test fix property reference proxy check for hand-written render functions 2016-11-23 17:46:41 -05:00
types fix the type of VNodeComponentOptions.Ctor (#4257) 2016-11-20 11:59:10 -05:00
.babelrc support default scoped slot + function children as scoped slot 2016-11-20 12:03:43 -05:00
.eslintignore ignore packages in eslint 2016-06-08 12:19:15 -04:00
.eslintrc fix eslint 2016-11-07 17:31:25 -05:00
.flowconfig wip: weex framework integration 2016-11-07 16:26:06 -05: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.1.2 2016-11-23 18:42:05 -05:00
README.md fix vuejsjob links 2016-10-31 13:06:41 -04:00
yarn.lock [build] 2.1.1 2016-11-23 16:00:41 -05: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