课程价值
知识点
vue.js
https://cn.vuejs.org/v2/guide/
vue-cli
#安装
npm install -g @vue/cli
#如果提示python报错,可以指定python2
#npm --python=/usr/local/bin/python2 install -g @vue/cli
#创建项目
vue create hello-world
cd hello-world
vue ui
#安装插件
vue add eslint
#添加vuetify ui组件
vue add vuetify
#启动服务
npm install -g @vue/cli-service-global
vue serve
#构建打包
vue build
VS Code IDE
vue router
axios
npm install axios
作业
相关链接
https://vuetifyjs.com/en/getting-started/quick-start/
演练代码
https://github.com/ceshiren/hogwarts-testing-platfrom-python-12