Go to file
flytreeleft e314db1af1 Fix error when recursively traverse an object (#2686)
* fix 'Maximum call stack size exceeded' when recursively traverse an object

* remove semicolon

* simplify  assignment expression

* add unit test for circular references detected in Watcher#traverse
2016-04-17 00:18:17 -04:00
build use absolute path to make sure running tests is OK even if it is in node_modules of other project (#2685) 2016-04-17 00:16:27 -04:00
dist [build] 1.0.21 2016-04-07 18:08:01 -04:00
examples Fix typo, should be transition, not v-transition 2016-04-16 12:00:33 -05:00
src Fix error when recursively traverse an object (#2686) 2016-04-17 00:18:17 -04:00
test Fix error when recursively traverse an object (#2686) 2016-04-17 00:18:17 -04:00
.editorconfig add editorconfig 2016-02-29 12:51:00 -05:00
.eslintrc use standard and eslint 2.0 2016-02-17 18:31:19 -05:00
.gitignore
CODE_OF_CONDUCT.md [FEATURE] Add CODE_OF_CONDUCT.md 2016-04-01 08:27:15 +01:00
CONTRIBUTING.md add issue template 2016-02-17 14:23:14 -05:00
LICENSE
README.md add sauce badge 2016-04-14 18:58:58 -04:00
backers.md update strikingly link 2016-03-23 22:03:28 -04:00
bower.json
circle.yml add sauce badge 2016-04-14 18:58:58 -04:00
issue_template.md Correct docs location in issue template 2016-02-21 14:11:12 -05:00
package.json [release] 1.0.21 2016-04-07 18:08:01 -04:00

README.md

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