An open API service indexing awesome lists of open source software.

https://github.com/zouyx/picvue

🖼️Picture selection tool
https://github.com/zouyx/picvue

egg element-ui nodejs picture-viewer

Last synced: 8 months ago
JSON representation

🖼️Picture selection tool

Awesome Lists containing this project

README

          

# picvue

Just a picture selection tool

Background: Mac's picture viewer is too expensive

## QuickStart

just run

```bash
$ npm i
$ npm run dev
```

enjoy it ~!

## Design

[element-ui][element-ui] for view

[egg][egg] for server and control file

see [egg docs][egg] for more detail.

### Development

```bash
$ npm i
$ npm run dev
```

### npm scripts

- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.

[egg]: https://eggjs.org
[element-ui]: http://element-cn.eleme.io/