Files
kafka-console-ui/ui/README.md
许晓东 7bfe1b35bd add ui
2021-08-31 00:28:52 +08:00

25 lines
328 B
Markdown

# kafka-console-ui
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).