<p align="center"><a href="http://vuejs.org" target="_blank"><img src="http://vuejs.org/images/logo.png"></a></p>
# vue.js [![Build Status](https://travis-ci.org/yyx990803/vue.png?branch=master)](https://travis-ci.org/yyx990803/vue) [![Coverage Status](https://coveralls.io/repos/yyx990803/vue/badge.png)](https://coveralls.io/r/yyx990803/vue)
> Simple, Fast & Composable MVVM for building interative interfaces.
## Introduction
Vue.js is a library that aims to simplify the development of interactive interfaces.
Technically, 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.
Philosophically, the goal is to allow the developer to embrace an extremely minimal mental model when dealing with interfaces - there's only one type of object you need to worry about: the ViewModel. It is where all the view logic happens, and manipulating the ViewModel will automatically keep the View and the Model in sync. Actuall DOM manipulations and output formatting are abstracted away into **Directives** and **Filters**.
For more details, guides and documentations, visit [vuejs.org](http://vuejs.org).
## Browser Support
- Most Webkit/Blink-based browsers
- Firefox 4+
- IE9+ (IE9 needs [classList polyfill](https://github.com/remy/polyfills/blob/master/classList.js) and doesn't support transitions)
## Development
``` bash
# in case you don't already have them:
# npm install -g grunt-cli component
$ npm install
$ component install
```
To build:
``` bash
$ grunt build
```
To watch and auto-build dev version during development:
``` bash
$ grunt watch
```
To test:
``` bash
# if you don't have these yet:
# npm install -g phantomjs casperjs
$ grunt test
```
## License
MIT
## 仓库
https://github.com/vuejs/vue
没有合适的资源?快使用搜索试试~ 我知道了~
vue-0.7.5.zip
共104个文件
js:69个
html:18个
json:5个
需积分: 0 0 下载量 31 浏览量
2024-08-22
08:54:43
上传
评论
收藏 177KB ZIP 举报
温馨提示
vue源码
资源推荐
资源详情
资源评论
收起资源包目录
vue-0.7.5.zip (104个子文件)
base.css 9KB
mocha.css 4KB
style.css 396B
.gitignore 103B
index.html 4KB
repeated-items.html 3KB
transition.html 3KB
nested-props.html 3KB
extend.html 3KB
nested-vms.html 2KB
expression.html 2KB
template.html 2KB
nested-repeat.html 1KB
component.html 1KB
share-data.html 1KB
forms.html 1KB
runner.html 1KB
index.html 1KB
validation.html 1KB
repeated-vms.html 1KB
simple-dir.html 952B
routing.html 952B
chai.js 112KB
mocha.js 111KB
vue.js 89KB
vue.min.js 31KB
api.js 28KB
directives.js 21KB
compiler.js 19KB
observer.js 18KB
viewmodel.js 15KB
directive.js 14KB
todomvc.js 12KB
utils.js 10KB
observer.js 9KB
transition.js 8KB
repeat.js 6KB
directive.js 6KB
base.js 6KB
utils.js 5KB
exp-parser.js 5KB
filters.js 4KB
viewmodel.js 4KB
model.js 4KB
binding.js 4KB
main.js 4KB
exp-parser.js 4KB
transition.js 4KB
repeated-items.js 3KB
Gruntfile.js 3KB
app.js 3KB
expression.js 3KB
misc.js 3KB
on.js 2KB
classList.js 2KB
text-parser.js 2KB
filters.js 2KB
benchmark.js 2KB
binding.js 2KB
release.js 2KB
nested-props.js 2KB
transition.js 2KB
build.js 2KB
batcher.js 2KB
if.js 1KB
nested-repeat.js 1KB
app.js 1KB
index.js 1KB
deps-parser.js 1KB
prepare.js 1KB
deps-parser.js 1KB
repeated-vms.js 1KB
extend.js 1KB
forms.js 995B
text-parser.js 916B
nested-vms.js 889B
routing.js 832B
batcher.js 787B
config.js 727B
share-data.js 709B
with.js 692B
validation.js 664B
emitter.js 646B
casper.js 638B
simple-dir.js 551B
component.js 531B
template.js 487B
validators.js 472B
dev.js 387B
store.js 382B
instrument.js 364B
.jshintrc 544B
.jshintrc 248B
package.json 1KB
component.json 978B
.bower.json 400B
bower.json 395B
bower.json 53B
LICENSE 1KB
README.md 2KB
共 104 条
- 1
- 2
资源评论
a3737337
- 粉丝: 0
- 资源: 2869
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- YOLOv8完整网络结构图详细visio
- LCD1602电子时钟程序
- 西北太平洋热带气旋【灾害风险统计】及【登陆我国次数评估】数据集-1980-2023
- 全球干旱数据集【自校准帕尔默干旱程度指数scPDSI】-190101-202312-0.5x0.5
- 基于Python实现的VAE(变分自编码器)训练算法源代码+使用说明
- 全球干旱数据集【标准化降水蒸发指数SPEI-12】-190101-202312-0.5x0.5
- C语言小游戏-五子棋-详细代码可运行
- 全球干旱数据集【标准化降水蒸发指数SPEI-03】-190101-202312-0.5x0.5
- spring boot aop记录修改前后的值demo
- 全球干旱数据集【标准化降水蒸发指数SPEI-01】-190101-202312-0.5x0.5
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功