comparison client/README.md @ 168:e4e4a0e6338e

docs: Added a developer documentation Developer documentation was added. At present the rationale for why we chose vue-gettext is documented. Alongside comes the explanation of how to use it and what quirks vue-gettext has.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Jul 2018 12:38:11 +0200
parents a6d7ee20fc96
children 9f1b84b712a8
comparison
equal deleted inserted replaced
167:a6d7ee20fc96 168:e4e4a0e6338e
31 31
32 * Translation 32 * Translation
33 * Extract Messages via `make makemessages` 33 * Extract Messages via `make makemessages`
34 * Translations are converted via `make translations` 34 * Translations are converted via `make translations`
35 35
36 For more information see [developer documentation](./docs/developer.md)
37
36 * Tests 38 * Tests
37 * Unit tests are started via `yarn test:unit` 39 * Unit tests are started via `yarn test:unit`
38 * e2e tests are started via `yarn test:e2e` 40 * e2e tests are started via `yarn test:e2e`
39 41
40 Vue cli supports the Chrome selenium driver out of the box 42 Vue cli supports the Chrome selenium driver out of the box