https://github.com/montyanderson/cabbage-ui
Web interface for cabbage, built at Tedra.
https://github.com/montyanderson/cabbage-ui
cabbage es6 redis ui vue
Last synced: 2 months ago
JSON representation
Web interface for cabbage, built at Tedra.
- Host: GitHub
- URL: https://github.com/montyanderson/cabbage-ui
- Owner: montyanderson
- Created: 2017-08-03T15:10:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T05:36:21.000Z (about 5 years ago)
- Last Synced: 2025-03-11T10:45:28.751Z (over 1 year ago)
- Topics: cabbage, es6, redis, ui, vue
- Language: Vue
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cabbage-ui
Web interface for [cabbage](https://github.com/montyanderson/cabbage), built at Tedra.
[](https://david-dm.org/montyanderson/cabbage-ui)

## Install
### Requires
* Node >= 8
### Steps
* Clone the repository
``` bash
$ git clone https://github.com/montyanderson/cabbage
```
* Install dependencies and compile front-end code
``` bash
$ npm install
```