https://github.com/meshware/redis-client-app
A redis client application on mac, windows and linux.
https://github.com/meshware/redis-client-app
electron iview2 redis redis-client
Last synced: about 1 year ago
JSON representation
A redis client application on mac, windows and linux.
- Host: GitHub
- URL: https://github.com/meshware/redis-client-app
- Owner: meshware
- License: mit
- Created: 2017-08-10T02:42:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T14:00:33.000Z (about 5 years ago)
- Last Synced: 2024-05-23T02:31:09.871Z (about 2 years ago)
- Topics: electron, iview2, redis, redis-client
- Language: Vue
- Size: 2.72 MB
- Stars: 135
- Watchers: 5
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RCA (redis-client-app)
## Intruduction
A redis client application on mac, windows and linux.
> PS: The project is still the original version, without rigorous testing. Expect the interested person to download and try it out.

## Update Log
>### 2017-10-12
>
> 1. The project was first released.
>### 2017-08-10
>
> 1. Project init.
### Install Environment
* The project is based on Electron and VUE development, also it is based on Node.js. Please install the latest stable version of Node.js.
### Runing/Building Step
> 1:`git clone https://github.com/UUGU/redis-client-app.git`
> 2:`cd redis-client-app`
> 3:`npm install` Install dependency package
> 4:Run or pack the application
* `npm run start` Run the application for development mode.
* `npm run make` Package the local projects and the generated software is under the `./out` directory.
### Thanks List
> * jizongquan `UI Support`
> * lvhuipin `UI Support`
### Contributors
> * [Zhiguo.Chen](http://chenzhiguo.cn)
> * [Wentao.Fan](https://github.com/felix5fan)