# webpack_study **Repository Path**: xuyife/webpack_study ## Basic Information - **Project Name**: webpack_study - **Description**: 一些webpack的简单练习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-20 - **Last Updated**: 2022-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack_study 主要是关于webpakc的一些小练习 # vue3_source 这个文件主要是重写了vue3的数据劫持,包括reactive的封装,和dom的简单渲染 # ast_render 这个主要是AST语法树的编译模式,和render函数渲染原理 # 安装依赖 yarn add webpack webpack-cli webpack-dev-server -D yarn add babel-loader @babel/core html-webpack-plugin -D