Skip to content

Learn how to create vue3 step by step and record learning documents

Notifications You must be signed in to change notification settings

TingShine/mini-vue3

Repository files navigation

Mini-vue3

本仓库为复现vue3框架的源码和文档,供有兴趣阅读源码的人一起学习,具体的文档请查看mini-vue3文档

目录说明

  • packages 源码仓库
    • reactive 响应式
      • tests 测试
      • basehandlers
      • reactive
      • dep.ts
      • effect.ts
      • ref.ts
      • index.ts
    • shared 工具库
  • docs 文档目录

教程

# 安装依赖
npm install

# 测试
npm run test

# 文档开发
npm run docs:dev

# 文档打包
npm run docs:build

About

Learn how to create vue3 step by step and record learning documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published