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
- Host: GitHub
- URL: https://github.com/zouyx/picvue
- Owner: zouyx
- Created: 2018-02-25T14:30:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T16:05:52.000Z (over 7 years ago)
- Last Synced: 2025-01-05T04:43:12.475Z (9 months ago)
- Topics: egg, element-ui, nodejs, picture-viewer
- Language: HTML
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/