https://github.com/djtuatomgroup/neteasymusicvue
基于开源网易云api的Element-plus&vue项目
https://github.com/djtuatomgroup/neteasymusicvue
element-plus netease-cloud-music neteasy vuejs
Last synced: 4 months ago
JSON representation
基于开源网易云api的Element-plus&vue项目
- Host: GitHub
- URL: https://github.com/djtuatomgroup/neteasymusicvue
- Owner: DjtuAtomGroup
- License: mit
- Created: 2024-01-12T11:51:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T11:45:19.000Z (8 months ago)
- Last Synced: 2025-01-08T01:08:21.053Z (6 months ago)
- Topics: element-plus, netease-cloud-music, neteasy, vuejs
- Language: Vue
- Homepage:
- Size: 181 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(已删库);
# 项目首页

# 微信扫码登录
## 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
```