An image upload and manage tool, base on PicGo
Go to file
2017-11-29 16:23:05 +08:00
.electron-vue First beta version 2017-11-28 08:21:12 +08:00
.vscode First beta version 2017-11-28 08:21:12 +08:00
build/icons First beta version 2017-11-28 08:21:12 +08:00
dist First beta version 2017-11-28 08:21:12 +08:00
src Added: qiniu page 2017-11-29 16:23:05 +08:00
static First beta version 2017-11-28 08:21:12 +08:00
test First beta version 2017-11-28 08:21:12 +08:00
.babelrc First beta version 2017-11-28 08:21:12 +08:00
.eslintignore First beta version 2017-11-28 08:21:12 +08:00
.eslintrc.js First beta version 2017-11-28 08:21:12 +08:00
.gitignore Rm yarn-error 2017-11-28 08:22:40 +08:00
.travis.yml First beta version 2017-11-28 08:21:12 +08:00
appveyor.yml First beta version 2017-11-28 08:21:12 +08:00
LICENSE First beta version 2017-11-28 08:21:12 +08:00
package.json Added: qiniu page 2017-11-29 16:23:05 +08:00
README.md First beta version 2017-11-28 08:21:12 +08:00
yarn.lock Added: qiniu page 2017-11-29 16:23:05 +08:00

picgo

Easy to upload your pic & copy to write

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


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


This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.