# ts-vue3-wangyiyun **Repository Path**: hellosanbao/ts-vue3-wangyiyun ## Basic Information - **Project Name**: ts-vue3-wangyiyun - **Description**: ts+vue3模仿网易云音乐h5 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-01-07 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 第一步 启动node 服务 ```shell $ # 进入api-service $ cd api-service $ npm install $ npm start ``` ### 第二步 启动前端项目 ```shell $ # 进入根目录 $ npm install $ npm run serve ```