/vuedaru

A user interface for Udaru

Primary LanguageVue

vuedaru

A user interface written in Vue for 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.

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