-
了解mvc、mvp、mvvm概念
http://www.ruanyifeng.com/blog/2007/11/mvc.html
https://zhuanlan.zhihu.com/p/35680070 -
安装浏览器插件vue devtools
-
安装脚手架
https://blog.csdn.net/m0_37285193/article/details/82703022
https://cli.vuejs.org/zh/guide/creating-a-project.html#vue-create
使用ESLint+Prettier来统一前端代码风格
//全局安装vue-cli
npm install -g @vue/cli
// 查看vue/cli版本
vue -V
- 创建一个新项目
vue create hello-world
-
一个template只能有一个出口(一个大的div
-
html中target四种选择_blank、_parent、_self、_top,分别是什么意思?
https://zhidao.baidu.com/question/2208330098947104388.html -
关于a标签target_blank使用rel=noopener
https://www.jianshu.com/p/c8319e095474
https://mathiasbynens.github.io/rel-noopener/#hax -
@指向src目录
网友评论