Skip to content

coderzyq/Mini-Vue3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Mini-Vue3

mini版的uve3框架

实现一个简约版的Mini-Vue3框架

该框架主要包括三部分: 1、渲染系统模块 2、可响应式系统模块 3、应用程序入口模块

渲染系统模块实现

渲染系统模块主要包含三个功能: 1.功能一:h函数,用于返回一个VNode对象 2.功能二:mount函数,用于将VNode对象挂载到DOM上 3.功能三:pathch函数,用于对两个VNode进行对比,决定如何处理新的VNode

About

mini版的uve3框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published