# vue_底层学习 **Repository Path**: duorousai/vue-bottom-learning ## Basic Information - **Project Name**: vue_底层学习 - **Description**: 关于对 vue 底层原理实现的学习与研究 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-16 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 底层学习 以下是本人学习 Vue 底层原理的学习与研究 1. 简单 Diff 算法 与 虚拟 Dom 的实现(基于 snabbdom ) 2. 对 vue 底层模板引擎的学习(基于 mustache)