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

Latest commit

 

History

History
12 lines (7 loc) · 426 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 426 Bytes

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.