# cloudmusicApp **Repository Path**: jangocheng/cloudmusic-app ## Basic Information - **Project Name**: cloudmusicApp - **Description**: 用tauri编写的vue3网易云音乐第三方桌面客户端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-16 - **Last Updated**: 2024-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloudmusicApp 项目使用tauri构建,使用Vite+vue3+TypeScript实现 ## 关于编辑器 [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## 安装依赖 ```sh npm install ``` ### 启动纯前端 ```sh npm run dev ``` ### 纯前端构建 ```sh npm run build ``` ### 启动桌面端 ```sh npm run ta ``` ### 构建桌面端 ```sh npm run tab ``` ### 桌面端构建Debug ```sh npm run tad ```