Files
ClassContent/历届学生/fontendseven/每天课程/2021-12-13/笔记.txt
2024-09-27 02:06:13 +08:00

37 lines
606 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

vue.js 是一个 mvvm 框架
mvc : model(数据 数据库) view(页面) controller(控制器)
mvvm: model(数据 ajax) view(页面 原生js,vue) view and model
view and model
数据双向绑定
组件系统
dom 原生js,jq
去dom操作
前端三大框架:
angular.js 最早出来
react.js 偏向前端新语法
php laravel
vue.js 尤雨溪
vue 1.x
typescript 强类型的javascript语法
vue 2.x
option api 语法 60%
this 指向
class api 语法
vue 3.x ++ 基于 typescript 开发
Composition API 40%