This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
|
|
12 лет назад | |
|---|---|---|
| dist | 12 лет назад | |
| examples | 12 лет назад | |
| src | 12 лет назад | |
| tasks | 12 лет назад | |
| test | 12 лет назад | |
| .gitignore | 12 лет назад | |
| .jshintrc | 12 лет назад | |
| .npmignore | 12 лет назад | |
| .travis.yml | 12 лет назад | |
| Gruntfile.js | 12 лет назад | |
| LICENSE | 12 лет назад | |
| README.md | 12 лет назад | |
| bower.json | 12 лет назад | |
| component.json | 12 лет назад | |
| package.json | 12 лет назад |

Lightweight, Simple, Fast & Composable MVVM library for building interactive user interfaces.
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.
Please see the Wiki. (under construction)
# 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
MIT