一、课程01
//GitHub上获取代码,速度很慢,使用了GitHub代理
git clone https://pd.zwc365.com/seturl/https://github.com/hemiahwu/vue-basic.git
//切换分支课程
git checkout lesson-1*25
二、课程02 el和data的使用
1、vue 官网 https://cn.vuejs.org/
2、安装开发工具vscode
3、安装插件Live Server、Vetur
4、设置-settings,转换为JSON,添加配置
"editor.formatOnType": true,
"editor.formatOnSave": true,
5、新建index.html
VueJS Tutorials
hello,{{name}}
你的年龄:{{age}}