# CommunityToolkit.Mvvm_ZeroToHero **Repository Path**: zhangsanDev/CommunityToolkit.Mvvm_ZeroToHero ## Basic Information - **Project Name**: CommunityToolkit.Mvvm_ZeroToHero - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-04-24 - **Last Updated**: 2026-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CommunityToolkit.Mvvm Docs MVVM 社区工具包从入门到精通。 欢迎在 Issue 中提出任何意见和建议,或者直接发起 PR 贡献你的力量。 ## 本地部署 推荐使用 [uv](https://github.com/astral-sh/uv) 搭建虚拟环境并启动: ```bash uv venv --python=3.12 uv pip install -r requirements.txt uv run mkdocs serve ```