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
- Host: GitHub
- URL: https://github.com/hiproxy/hiproxy-plugin-dashboard
- Owner: hiproxy
- License: mit
- Created: 2017-06-11T02:36:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T14:27:40.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T16:21:19.801Z (about 1 year ago)
- Topics: dashboard, hiproxy, plugin
- Language: CSS
- Size: 1.46 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```