Files
my-app-store/start.md
2025-11-10 16:54:07 +08:00

43 lines
808 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🚀 快速启动指南
## 安装依赖
```bash
npm install
```
## 启动开发服务器
```bash
npm run dev
```
然后在浏览器中访问 http://localhost:5173
## 可用的脚本
- `npm run dev` - 启动开发服务器
- `npm run build` - 构建生产版本
- `npm run preview` - 预览生产版本
- `npm run check` - 类型检查
- `npm run lint` - 代码检查
- `npm run format` - 代码格式化
## 项目特性
✅ 现代化 UI 组件系统
✅ 多主题支持(亮色/暗色)
✅ 国际化支持8种语言
✅ 响应式设计
✅ TypeScript 支持
✅ 无障碍友好
## 开始开发
1.`src/routes/` 中添加新页面
2.`src/lib/components/` 中创建新组件
3.`src/lib/stores/` 中管理状态
4.`src/lib/i18n/` 中添加翻译
享受开发吧!🎉