vue

作者: WYX雨菱欣翼 | 来源:发表于2018-03-22 18:06 被阅读0次

1.运行项目

要有git ,node,npm

2.什么是vue?

轻巧,mvvm,component

3.怎样用vue?

<div id='app'>

{{message}}

</div>

new  VUE({

el:'#app',

data:{

message:'hello vue'

}

})

vue: 数据双向绑定,单页面

4.vue不支持ie8以下的版本,支持所有兼容es5

5.不建议在vue的项目中用jquery,它会使文件的体积增大

相关文章

网友评论

    本文标题:vue

    本文链接:https://www.haomeiwen.com/subject/xcoaqftx.html