https://github.com/simoneb/vuedaru
A user interface for Udaru
https://github.com/simoneb/vuedaru
pbac udaru vue
Last synced: 11 months ago
JSON representation
A user interface for Udaru
- Host: GitHub
- URL: https://github.com/simoneb/vuedaru
- Owner: simoneb
- Created: 2018-08-21T23:50:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T07:51:46.000Z (over 4 years ago)
- Last Synced: 2025-05-24T05:35:33.868Z (about 1 year ago)
- Topics: pbac, udaru, vue
- Language: Vue
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuedaru
A user interface written in Vue for [Udaru](https://github.com/nearform/udaru).
## Technology
- _vue_ for the app runtime
- _vue-material_ for the UI elements
- _vue-router_ for routing
- _vuex_ for state management
- _vee-validate_ for client side validation
## Requirements
This is just a HTML+JS+CSS application, you will need to have a Udaru server running and connect this to it.
You can run this against an existing instance of Udaru or a basic setup can be obtained by following the instructions in the Udaru [readme](https://github.com/nearform/udaru).
## 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
```