This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Evan You bcff84ebab update banner copyright to 2014! %!s(int64=12) %!d(string=hai) anos
dist e78fb82212 Release-v0.7.2 %!s(int64=12) %!d(string=hai) anos
examples 0108e71667 debug & benchmark updates %!s(int64=12) %!d(string=hai) anos
src c71a9085a7 Async fixes %!s(int64=12) %!d(string=hai) anos
tasks bcff84ebab update banner copyright to 2014! %!s(int64=12) %!d(string=hai) anos
test c71a9085a7 Async fixes %!s(int64=12) %!d(string=hai) anos
.gitignore 8c9c24ee4f add grunt size task %!s(int64=12) %!d(string=hai) anos
.jshintrc d704fb52d5 update build setup %!s(int64=12) %!d(string=hai) anos
.npmignore f4861ca990 npmignore %!s(int64=12) %!d(string=hai) anos
.travis.yml a2cc4089d2 travis only build master %!s(int64=12) %!d(string=hai) anos
Gruntfile.js d704fb52d5 update build setup %!s(int64=12) %!d(string=hai) anos
LICENSE 91cf2fe038 remove todo %!s(int64=12) %!d(string=hai) anos
README.md d280f50cec meta info %!s(int64=12) %!d(string=hai) anos
bower.json d280f50cec meta info %!s(int64=12) %!d(string=hai) anos
component.json d280f50cec meta info %!s(int64=12) %!d(string=hai) anos
package.json 7720da1208 npm test -> grunt %!s(int64=12) %!d(string=hai) anos

README.md

VueJS Build Status

Lightweight, Simple, Fast & Composable MVVM library for building interactive user interfaces.

Introduction

VueJS is a library for building interactive interfaces. It provides the ViewModel layer of the MVVM pattern, which connects the View (the actual HTML that the user sees) and the Model (JSON-compliant plain JavaScript objects) via two way data-bindings. Read more.

Browser Support

  • Most Webkit/Blink-based browsers
  • Firefox 4+
  • IE9+ (IE9 needs classList polyfill and doesn't support transitions)

Documentation

Please see the Wiki. (under construction)

Development

# in case you don't already have them:
# npm install -g grunt-cli component
$ npm install
$ component install

To build:

$ grunt build

To watch and auto-build dev version during development:

$ grunt watch

To test (install CasperJS first):

$ grunt test

License

MIT