Init
This commit is contained in:
42
start.md
Normal file
42
start.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# 🚀 快速启动指南
|
||||
|
||||
## 安装依赖
|
||||
|
||||
```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/` 中添加翻译
|
||||
|
||||
享受开发吧!🎉
|
||||
Reference in New Issue
Block a user