PupaFM
v1.2.1
Published
douban.fm Music Desktop Player
Maintainers
Readme
PupaFM

douban.fm Music Desktop Player.
中文说明
based on

- Framework: Electron
- Bundler: Webpack, Babel, electron-builder
- Language: ES2015, Sass
- Library: React, Redux, React Router, React Hot Loader, Redux Thunk
- Lint: ESLint
Release Page
Development

Redux DevTools
See redux-devtools-dock-monitor for more information.
Install
First, clone the repo via git:
git clone [email protected]:xwartz/PupaFM.gitAnd then install dependencies.
$ cd PupaFM && npm irun
$ npm run hot-server
$ npm run hot-startor enable watch with pm2 eco.json
$ npm start
$ npm stop
$ npm restartPackage
$ npm run compile
$ npm run packor just run package
$ npm run packageBuild installer App
By default build for current platform and current arch.
$ npm run builderBuild app for Windows
$ npm run builder:winBuild app for Linux
$ npm run builder:linuxNote
Before runing package or builder, you should read electron-builder docs and checkout Code Signing
Contribution
Follow this code style
$ npm install
# install pre-commit lint hook
$ npm run install-hookLicense
MIT © xwartz
