Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

jvalue/ods-webclient

Repository files navigation

ods-webclient

Development Setup

We recomend to use Visual Studio Code for development.

To ensure a consisten style you should use the following Visual Studio Code extension:

  • Vetur: ext install octref.vetur
  • TSLint Vue: ext install prograhammer.tslint-vue

To enable auto formating on save go to File > Preference > Settings and add the option "editor.formatOnSave": true.