A user interface written in Vue for Udaru.
- 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
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.
npm install
npm run serve
npm run build
npm run lint