https://github.com/liudf0716/vpp-wrt-ui
frontend for vpp-wrt
https://github.com/liudf0716/vpp-wrt-ui
Last synced: about 2 months ago
JSON representation
frontend for vpp-wrt
- Host: GitHub
- URL: https://github.com/liudf0716/vpp-wrt-ui
- Owner: liudf0716
- License: apache-2.0
- Created: 2021-03-21T12:51:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T13:07:12.000Z (about 4 years ago)
- Last Synced: 2025-02-01T20:44:58.284Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vpp-wrt-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/).