Skip to content

bitcloudson/app

 
 

Repository files navigation

Comics Reader

以 React/Redux/Electron 架構打造的漫畫閱讀器,可在各平臺(Windows/macOS/Linux/Chrome)使用。

點此下載/Download Here

下載 Chrome Extension 版本

Screenshots

Build with web tools and technology

Development

先把專案 clone 下來:

git clone https://github.com/ComicsReader/app
cd app

npm install # or run: yarn
npm run build:dll
npm run build:dev

# in a seperate tab
cd electron
npm install
npm run start

要注意的是 npm run build:dll 在套件更新時(比如升級 npm 套件版本)需要重新跑一次。

Build

npm install
npm run build:dll
npm run build:prod

# in electron directory
cd electron
npm install
npm run dist

進到 electron/dist 目錄即是建置完的成果。

Credits

Fork 自 zeroshine/ComicsScroller,以此專案為基底打造。

LICENSE

The MIT License (MIT)

Copyright (c) 2016 Yukai Huang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

📚 用網頁技術打造的漫畫閱讀器

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 4.3%
  • CSS 0.5%