Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djtuatomgroup/neteasymusicvue

基于开源网易云api的Element-plus&vue项目
https://github.com/djtuatomgroup/neteasymusicvue

element-plus netease-cloud-music neteasy vuejs

Last synced: about 1 month ago
JSON representation

基于开源网易云api的Element-plus&vue项目

Awesome Lists containing this project

README

        

# NeteasyMusic 仿网易云音乐

项目使用 Vue 3 + Vite 4搭建,基于开源网易云api(已删库);
# 项目首页
![微信图片_20241109185922](https://github.com/user-attachments/assets/cf54048e-2ab9-469a-9b01-bf182b6b7951)
# 微信扫码登录
![微信图片_20241109185932](https://github.com/user-attachments/assets/8375ad23-fa06-4ce5-b988-24122f17bd22)

## Recommended IDE Setup

[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).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup 项目起步

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```