Skip to content

meshware/redis-client-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Mac版主界面

Mac版子界面

Mac版子界面

Mac版子界面

Mac版子界面

Linux版主界面

Linux版子界面

Windows版主界面

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