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

https://github.com/hiproxy/hiproxy-plugin-dashboard

hiproxy dashboard plugin to manage your projects config and services
https://github.com/hiproxy/hiproxy-plugin-dashboard

dashboard hiproxy plugin

Last synced: 8 months ago
JSON representation

hiproxy dashboard plugin to manage your projects config and services

Awesome Lists containing this project

README

          

# hiproxy-plugin-dashboard
hiproxy dashboard plugin to manage your projects config and services

## Usage

### install

```bash
npm install hiproxy-plugin-dashboard -g
```

### start server
```bash
hiproxy start
```

### visit

### Development

```bash
npm install
npm link
webpack -w
```

### Bundle

```
webpack
```