Skip to content

The minimal implementation of Vue 3 feature🎉

Notifications You must be signed in to change notification settings

phil668/Vue3Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The minimal implementation of Vue 3 feature

Why

I've been using Vue 3 for a while now, and I'm quite proficient in its basic usage. However, when encountering bugs and debugging Vue 3's source code, there are times when I find it hard to understand. In order to deepen my understanding of Vue 3, I've implemented a minimal version of Vue.

Module

  • reactivity(done)
  • runtime-core(in development)
  • compiler-core(todo)

How to run

This project uses pnpm as the package manager. If you haven't installed pnpm yet, please run the following command to install it globally:npm i pnpm -g.

// build
pnpm run build
// test
pnpm run test

About

The minimal implementation of Vue 3 feature🎉

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published