- 添加 README.md 项目说明文档 - 添加 index.html 应用入口文件 - 完善项目使用说明和配置指南
// 初始化项目 npm install // 开发模式 npm run dev // 构建 npm run build