Skip to content

Commit

Permalink
修改Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky8875 committed May 1, 2018
1 parent 60b4a36 commit a492071
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
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",
Expand Down

0 comments on commit a492071

Please sign in to comment.