# sgb-v3 **Repository Path**: rutc138/sgb-v3 ## Basic Information - **Project Name**: sgb-v3 - **Description**: 使用vue3重构发光如星h5端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-12 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 发光如星 赞美音频发布平台 ## 💿 安装 推荐使用 pnpm 安装依赖包 | 包管理器 | 命令 | | --------------------------------------------------------- | -------------- | | [yarn](https://yarnpkg.com/getting-started) | `yarn install` | | [npm](https://docs.npmjs.com/cli/v7/commands/npm-install) | `npm install` | | [pnpm](https://pnpm.io/installation) | `pnpm install` | | [bun](https://bun.sh/#getting-started) | `bun install` | ## ✨ 功能 - 诗歌本 - 原创赞美 - 查询经文 - 搜索 - 歌词投屏 - 我的收藏 - 我的歌单 - 导出长歌谱 - 分享 ### 开发环境运行 运行此命令会打开这个链接 [http://localhost:8080](http://localhost:8080) ```bash pnpm dev ``` ### 打包 预发环境 预发环境会自带打印控制台 ``` pnpm build:pre ``` 正式环境打包 ```bash pnpm build:prod ``` ## 💪 相关技术网站 [Vuetify](https://vuetifyjs.com/en/) [vueuse 集成了常用的 vue hooks](https://vueuse.nodejs.cn/core) ## 开发事项 - 新的功能模块的开发,尽量使用 ts 进行开发。 - 提交代码请使用 `pnpm commit` 命令进行代码格式和 commit 注释标准检查。 - 请配置 vscode 的 prettier 插件优先使用本地配置文件。