Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

edrlab/readium-electron

Repository files navigation

Readium + Electron

npm install

npm run build-watch

npm run electron-dev

Debug with visual studio code { "name": "Launch Electron", "type": "node", "program": "${workspaceRoot}/app/main.js", // this is important "stopOnEntry": false, "args": [] "cwd": "${workspaceRoot}", // as you have noted, this is also important: "runtimeExecutable": "${workspaceRoot}/node_modules/electron-prebuilt/dist/electron.exe", "runtimeArguments": [], "env": { }, "sourceMaps": false, },

plugins: [
    new webpack.optimize.UglifyJsPlugin({
        compress: {
            warnings: false
        }
    })
],

Builder

sudo apt install icnsutils sudo apt install graphicsmagick

TODO

"lint": "node ./node_modules/.bin/eslint",
"lint-jsx": "node ./node_modules/.bin/eslint app/**/**.jsx",

About

Readium viewer using electron technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published