Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```