-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,19 @@ | ||
# electron-react | ||
# BloomPUB Viewer | ||
|
||
> An electron-react project | ||
> A desktop viewer for bloomPUB books | ||
#### Build Setup | ||
#### Building | ||
|
||
``` bash | ||
```bash | ||
# install dependencies | ||
npm install | ||
|
||
# serve with hot reload at localhost:9080 | ||
npm run dev | ||
|
||
# build electron application for production | ||
npm run build | ||
|
||
# run tests | ||
npm test | ||
|
||
|
||
# lint all files in `src/` | ||
npm run lint | ||
yarn | ||
|
||
# serve with hot reload | ||
yarn dev | ||
``` | ||
|
||
--- | ||
|
||
This project was generated by [create-electron-react](zenghongtu/create-electron-react), inspired by [electron-react](https://github.com/SimulatedGREG/electron-vue). | ||
# Releasing | ||
|
||
Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html). | ||
1. Update the version in package.json | ||
1. Add a tag to commit and push it | ||
1. `yarn release` will create a draft release on github with the windows exe. Add in any description and publish it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters