https://github.com/beanwei/p-music
用vue、electron-vue开发的一个低仿网易云音乐的桌面端软件
https://github.com/beanwei/p-music
Last synced: 4 months ago
JSON representation
用vue、electron-vue开发的一个低仿网易云音乐的桌面端软件
- Host: GitHub
- URL: https://github.com/beanwei/p-music
- Owner: BeanWei
- Created: 2018-04-05T05:51:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T06:18:25.000Z (about 7 years ago)
- Last Synced: 2024-12-28T01:22:46.035Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 53.9 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bili music
### 软件介绍
bili music 是一个使用electron-vue模版开发的桌面端音乐程序,支持windows, mac, linux等平台。***
### 使用技术
electron, es6, vue全家桶, webpack, jsonp, stylus***
### 界面预览图


---
## Build Setup``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build# lint all JS/Vue component files in `src/`
npm run lint```
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).