# gin_web **Repository Path**: RoseKissYou/gin_web ## Basic Information - **Project Name**: gin_web - **Description**: gin_web gin_web gin_web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-29 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目学习记录 ```lua gin_web项目结构 ├── 1基础vue学习 | ├── base_study --学习vue的基础用法 | | ├── watch --监听/模板使用/style的绑定/ | | └── 阻止默认事件/表单输入绑定/ | | └── 列表渲染/属性绑定 | ├── component_data --组件传递数据 | ├── live_start_end --组件生命周期和跨多个组件传数据,解决逐级透传的问题 | ├── pages_slot 插件slot的学习 | | ├── slot --父组件写好的样式,子组件直接调用 | | └── pages - Use 使用包含 main 头和侧边栏完整的页面显示 | | └── more_slot --使用具名slot父类给子类根据同一个template 区分不同的板块内容 | | └── components --组件的引入学习 | ├── study_vue_router --简单使用vue_router4 成功 ├── d_pinia_study 组件 pinia 的学习--待学习 | ├── ├── gin_admin gin项目学习 | ├── chat_gin 聊天后端代码 | ├── chat_web 聊天web代码 ├── goland_study | ├── api_list | ├── blog -- 博客项目,也是很多内容的集中地 | ├── es_study -- 学习使用es存储题库数据,然后进行搜索 | ├── ginchat | ├── min_system | ├── mysql_study | ├── product_study ├── music 音乐项目学习- | ├── music-vue3-vite -- 主要学习项目,仿QQ音乐pc版本页面的点击切换基础框架 | | └── | ├── shop_study -- 商城 | └── vue3-ts-demo -- ├── ts_study 学习ts的内容板块- | ├── base | ├── pnpm_ts | ├── rate_show -- 汇率系统展示数据,图表展示 | └── ├── vue3_ts_router_component 这里是学习了解路由和组件综合使用 | ├── | ├── | ├── | └── ├── tmp -- 临时文件 ├── wechat_small -- 微信小程序 | ├── flower | ├── hello | ├── local_lift -- 本地生活 | └── └── ```