# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## 项目命令 ```sh npm install # 安装依赖 npm run dev # 启动开发服务器(热重载) npm run build # 构建生产版本 npm run preview # 预览生产构建(端口 5050) ``` ## 架构 - **Vue 3** 单页应用,使用组合式 API(`