/ods-webclient

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

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.