Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 795 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 795 Bytes

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