一.Vue 目录结构
1.assets: 放置css、js、img等文件夹
2.package.json:项目配置文件
3.index.html:首页入口文件
4.example:html文件(例子)
二.下载Vue 2.0版本
官方网站:
开发版本:包含完整的警告和调试模式
生产版本:删除了警告,进行了压缩
三.编写代码
index.html文件
vue.js实例 vue2.0实例
第一季,内部指令
helloworld.html文件
helloworld hello world
{ {message}}