An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# cabbage-ui

Web interface for [cabbage](https://github.com/montyanderson/cabbage), built at Tedra.

[![dependencies Status](https://david-dm.org/montyanderson/cabbage-ui/status.svg)](https://david-dm.org/montyanderson/cabbage-ui)

![](http://i.imgur.com/wTN4JLL.png)

## 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
```