# vueey **Repository Path**: Tofu_Xx/vueey ## Basic Information - **Project Name**: vueey - **Description**: 🤓 50行代码敲出Vue.js | 50 lines of code write Vue.js - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-11-18 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

vueey

English | 简体中文

本项目将尽可能多还原出Vue核心功能, 并尽量保持打包后的代码体积在 **1024** 字节以内。 ### 🎉 已有 的 功能 ```ts interface Options { el?: string data?: object methods?: Record watch?: Record void> created?: Function mounted?: Function updated?: Function } ``` `{{ }}` `:attr=""` `@event=""` `ref=""` `this.$refs` `this.$el` ### 🎯 展示 的 用例 - [opt_drill](./examples/opt_drill.html) - [tem_drill](./examples/tem_drill.html) - [lifecycle_drill](./examples/lifecycle_drill.html) ### ⌨️ 精彩 的 源码 - [vue.js](./vue.js) - [vue.min.js](./vue.min.js) *已压缩* ### 🩻 魔鬼 的 版本 **游戏规则:** **`{`** 和 **`;`** 后必须换行,**`}`** 前必须换行,除非他们在正则表达式中。 目标是使用尽可能少行数。 了解更多 - [vue.devil.js](./vue.devil.js) - [vue.undevil.js](./vue.undevil.js) *已展开*