Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simoneb/vuedaru
A user interface for Udaru
https://github.com/simoneb/vuedaru
pbac udaru vue
Last synced: 2 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T07:51:46.000Z (about 3 years ago)
- Last Synced: 2024-11-08T08:12:04.809Z (about 2 months ago)
- Topics: pbac, udaru, vue
- Language: Vue
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- 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
```