xtuJSer / CoCoMusic

a simple music player built by electron and vue

Home Page:https://github.com/xtuJSer/CoCoMusic/commits/v3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


CoCoMusic

Vue + Electron + =


CoCoMusic Next

v3 正在开发中,感谢 pid000 的贡献。

Contributor

Contributor:

Install

Linux

AppImage

chmod +x cocomusic-2.0.4-x86_64.AppImage
./cocomusic-2.0.4-x86_64.AppImage

deb

第三方deb源 Debian用户可以加源后

sudo apt install cocomusic
sudo dpkg -i cocomusic_2.0.4_amd64.deb

pacman

sudo pacman -U cocomusic-2.0.4.pacman

Build Setup

# install dependencies
npm install

# rebuild native module
./node_modules/.bin/electron-rebuild

# develop
npm run dev

# build electron application for production
npm run build:linux
npm run build:mac
npm run build:win

Preview

About

a simple music player built by electron and vue

https://github.com/xtuJSer/CoCoMusic/commits/v3.0

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 59.0%Language:Vue 39.5%Language:HTML 0.8%Language:CSS 0.7%