Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lucky8875/kindle-push
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0
Choose a base ref
...
head repository: lucky8875/kindle-push
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 1, 2018

  1. 修改Readme

    lucky8875 committed May 1, 2018
    Copy the full SHA
    a492071 View commit details
Showing with 14 additions and 12 deletions.
  1. +13 −11 README.md
  2. BIN bg/page1.jpg
  3. BIN bg/page2.jpg
  4. +1 −1 package.json
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# kindle-push

> An electron-vue project
> 一款基于Electron + Vue开发的Kindle个人文档客户端程序
#### Build Setup
## 构建方式

### Build Setup

``` bash
# install dependencies
npm install
# 安装依赖
npm install / yarn

# serve with hot reload at localhost:9080
# 启动热加载服务在localhost:9080
npm run dev

# build electron application for production
# 应用打包
npm run build
```
## 项目截图

[![page1.jpg](https://i.loli.net/2018/05/01/5ae86fa56e2f9.jpg)](https://i.loli.net/2018/05/01/5ae86fa56e2f9.jpg)
[![page2.jpg](https://i.loli.net/2018/05/01/5ae86fa5776f5.jpg)](https://i.loli.net/2018/05/01/5ae86fa5776f5.jpg)

# lint all JS/Vue component files in `src/`
npm run lint

```

---

This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[7c4e3e9](https://github.com/SimulatedGREG/electron-vue/tree/7c4e3e90a772bd4c27d2dd4790f61f09bae0fcef) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
希望大家多多给建议~~
Binary file added bg/page1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bg/page2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kindle-push",
"version": "1.0.0",
"author": "mickle.jiang <mickle.jiang@rcchina.com>",
"author": "jiangyx3915 <jyx15221613915@gmail.com>",
"description": "一款项向kindle推送文档的程序",
"license": "MIT",
"main": "./dist/electron/main.js",