redis-client-app
redis-client-app copied to clipboard
A redis client application on mac, windows and linux.
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
- The project was first released.
2017-08-10
- 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 installInstall dependency package
4:Run or pack the application
npm run startRun the application for development mode.npm run makePackage the local projects and the generated software is under the./outdirectory.
Thanks List
- jizongquan
UI Support- lvhuipin
UI Support