first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Vue m(model) v (view) vm (view model)
m(model): json 数据
vm (Vue)
view 页面
m(model 数据) v(view 视图) c(controller 控制器)
v(view 视图) 界面
m(model 数据):负责和数据库进行交互
c(controller 控制器) v, c的中间层