Git Product home page Git Product logo

cube-in-electron's Introduction

#网易音乐盒

使用 Electron 构建的网易云音乐的跨平台第三方客户端。

项目来源于 stkevintan 的使用 NW.js 构建的网易云音乐的跨平台第三方客户端 --- Cube

我将该应用从 NW.js 平台迁移至 Electron 平台运行。

##搭建

###1、初始化:

需要安装好 node.js 环境,使用 npm 安装依赖包:

git clone https://github.com/issac2015/Cube-In-Electron.git
cd Cube-In-Electron\app
npm install 

如果由于网络问题,安装不了依赖包,可以使用淘宝的 cnpm 来安装。

###2、在 Electron 平台中运行

2.1、下载 Electron 平台

git clone https://github.com/electron/electron.git

由于网络问题,在国内下载速度一般很慢。可以选择淘宝NPM镜像提供的electron压缩包。https://npm.taobao.org/mirrors/electron/

如:https://npm.taobao.org/mirrors/electron/1.6.1/electron-v1.6.1-win32-x64.zip

如果你想在 Linux 系统或 Mac系统中运行,只需下载对应系统下的 Electron 平台即可。

2.2、运行 app 应用

方法一:解压压缩包,进入该目录,双击 “electron.exe”,然后把 “app” 文件夹拖拽进去即可运行。

方法二:进入解压目录后(即与“electron.exe”同路径下),将“app”文件夹复制进 “resources”文件夹中。

再次双击“electron.exe”就可以打开该应用。

##截图

导入本地音乐文件:

搜索歌曲:

私人FM:

设置界面:

##备注

这个文件夹Cube-In-Electron\app\src中存放的是 Cube 项目的源码,使用 gulp 打包后,Cube 项目生成的压缩文件输出在 Cube-In-Electron\app\dist文件夹中。

cube-in-electron's People

Contributors

lqmeta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.