# 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
English | 简体中文
本项目将尽可能多还原出Vue核心功能, 并尽量保持打包后的代码体积在 **1024** 字节以内。 ### 🎉 已有 的 功能 ```ts interface Options { el?: string data?: object methods?: Record