一.vscode
1.首选项-设置-设置autosave()
2.npm init
3.npm i webpack vue vue-loader
4.npm i css-loader vue-template-compiler
5.新建webpck.config.js和src目录的入口文件index.js
二.todo项目
1.重温vue-router
怎么使用vue-router
2.重温vuex
getters,mutatiions,mapMutations,mapGetters,state等等
3.项目链接