https://github.com/mdbarr/dapper-ui
Schema-less LDAP and Radius Server for small organizations - User Interface
https://github.com/mdbarr/dapper-ui
Last synced: 11 months ago
JSON representation
Schema-less LDAP and Radius Server for small organizations - User Interface
- Host: GitHub
- URL: https://github.com/mdbarr/dapper-ui
- Owner: mdbarr
- Created: 2019-03-13T13:53:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:56:22.000Z (over 3 years ago)
- Last Synced: 2025-01-12T13:23:00.525Z (over 1 year ago)
- Language: JavaScript
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dapper-ui
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).