https://github.com/ubugeeei/reading-vuejs-core-vapor
To understand how Vue Vapor implemented by reading through the source code.
https://github.com/ubugeeei/reading-vuejs-core-vapor
compiler reactivity virtual-dom vuejs
Last synced: 2 months ago
JSON representation
To understand how Vue Vapor implemented by reading through the source code.
- Host: GitHub
- URL: https://github.com/ubugeeei/reading-vuejs-core-vapor
- Owner: ubugeeei
- Created: 2024-09-15T14:30:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T08:07:24.000Z (2 months ago)
- Last Synced: 2025-03-30T11:08:37.662Z (2 months ago)
- Topics: compiler, reactivity, virtual-dom, vuejs
- Language: CSS
- Homepage: https://ubugeeei.github.io/reading-vuejs-core-vapor/
- Size: 2.4 MB
- Stars: 93
- Watchers: 1
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
Thank you for picking up this book!\
This book is a guide to understanding the implementation of Vapor Mode, the next-generation implementation of Vue.js.\
While it’s aimed at more advanced readers, I hope you find something helpful, even if only in parts!## Purpose of This Book
- **To gain a deep understanding of Vapor Mode, the next-generation implementation of Vue.js**
- To deepen your knowledge of what Vapor Mode is
- To understand how it's implemented by reading through the source code#### What This Book Is Not About
- Learning how to use Vue.js
- Comparing and evaluating it against other frameworks## Intended Audience
- Those interested in contributing to vuejs/core or vuejs/core-vapor
- Those who want to deepen their understanding of Vue.js## About the Author
**ubugeeei**
Vue.js member and core staff of the Vue.js Japan User Group.\
Involved in the development of Vapor Mode from its inception (November 2023).\
Became an external collaborator for vuejs/core-vapor in December 2023.\
In April 2024, joined the Vue.js organization and became a member of the Vapor Team.https://ublog.dev/
## Note
> [!CAUTION]
> About the Vue Vapor implementation repository
>
> The implementation of Vue Vapor initially started in a repository called `vuejs/core-vapor`, but it was renamed to `vuejs/vue-vapor` in October 2024.
>
> In this document, the links have been changed to `vuejs/vue-vapor`, but due to the project name and the pages of this document, the text has been unified to `vuejs/core-vapor`.
>
> Please keep in mind that `vuejs/core-vapor` = `vuejs/vue-vapor` as you read. They are different names in the timeline but refer to exactly the same thing.