# iMusic-ui **Repository Path**: chenchxxx/iMusic-ui ## Basic Information - **Project Name**: iMusic-ui - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Imuisc > A desktop music player based on Netease Cloud Music ## Install install electron: electron_mirror=https://cdn.npm.taobao.org/dist/electron/ yarn add electron -D ## start 1. clone NeteaseCloudMusicApi ``` git clone https://gitee.com/chenchxxx/NeteaseCloudMusicApi.git yarn yarn start ``` 2. start music ui ``` yarn dev ```