Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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项目
- Host: GitHub
- URL: https://github.com/djtuatomgroup/neteasymusicvue
- Owner: DjtuAtomGroup
- Created: 2024-01-12T11:51:03.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T11:02:41.000Z (about 1 month ago)
- Last Synced: 2024-11-09T12:17:08.646Z (about 1 month ago)
- Topics: element-plus, netease-cloud-music, neteasy, vuejs
- Language: Vue
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```