Skip to content

a mini vue3 implementation, inspired by Vue School

License

Notifications You must be signed in to change notification settings

ThinkMars/mini-vue3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage

before use, you should install bun,see bun

npm start

feature

  1. support mountApp,which is main entry.
  2. support reactive, which is to make the object reactive.
  3. support mount,which is to mount the virtual DOM to the specified container.
  4. support patch, which is to diff and update the virtual DOM.
  5. support watchEffect, which is to watch the reactive object and execute the callback function when the object changes.

About

a mini vue3 implementation, inspired by Vue School

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published