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

43 lines
455 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.

前端阶段:
1htmlcssjsjq
2mmodelvviewccontroller
http://www.xxx.com/index
Nodejs
3mmodelvview vm view and model
Angular.js React.js Vue.js ( 尤雨溪 )
https://cn.vuejs.org/
vue 2.x
基于原生js开发
option api 80%
new Vue({
data: {}
})
vue clas api 5%
class Home extends Vue {
}
Vue 3.x (vue next) typescript
Composition API 15%
setup() {
}
生命周期