Updated: docs build process & travis-ci config

This commit is contained in:
Molunerfinn
2017-12-12 16:18:48 +08:00
parent ad986689e5
commit f6752c6f8a
5 changed files with 67 additions and 23 deletions
+30 -17
View File
@@ -1,28 +1,41 @@
# picgo
# PicGo
> Easy to upload your pic & copy to write
> 图片上传+管理新体验
<p align="center">
<img src="https://ws1.sinaimg.cn/large/8700af19ly1fmd6ou9eynj2046046glj" alt="">
</p>
<p align="center">
<a href="https://github.com/feross/standard">
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="">
</a>
</p>
#### Build Setup
## 精致设计
``` bash
# install dependencies
npm install
![](https://ws1.sinaimg.cn/large/8700af19ly1fma907llb5j20m30ed46a)
# serve with hot reload at localhost:9080
npm run dev
macOS系统下,支持拖拽至menubar图标实现上传。menubar app 窗口显示最新上传的5张图片以及剪贴板里的图片。点击图片自动将上传的链接复制到剪贴板。
# build electron application for production
npm run build
## 便捷管理
# run unit & end-to-end tests
npm test
![](https://ws1.sinaimg.cn/large/8700af19ly1fmd56zm2nej218g0p0teb)
查看你的上传记录,重复使用更方便。支持点击图片大图查看。支持删除图片(仅本地记录),让界面更加干净。
# lint all JS/Vue component files in `src/`
npm run lint
## 可选图床
```
![](https://ws1.sinaimg.cn/large/8700af19ly1fmd5ck9m0wj20lr0cxmzs)
---
目前支持微博图床和七牛图床。未来将支持更多。方便不同图床的上传需求。
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) 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).
## 多样链接
![](https://ws1.sinaimg.cn/large/8700af19gy1fmayjwttnbj218g0p0q4e)
支持4种剪贴板链接格式,让你的文本编辑游刃有余。
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2017 Molunerfinn