comparison client/README.md @ 499:5b7a4327f6c0

Recommend using .env.local instead of copying .env.sample See https://cli.vuejs.org/guide/mode-and-env.html#local-only-variables.
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:14:10 +0200
parents f8d8f12bab91
children 76e9296d6191
comparison
equal deleted inserted replaced
497:6fbd5b83ae04 499:5b7a4327f6c0
5 5
6 * Javascript 6 * Javascript
7 7
8 `yarn install` 8 `yarn install`
9 9
10 * Configuration via `.env`-file 10 * Extend or overwrite configuration via `.env.local`-file
11
12 **Example** given via `.env.sample`
13 11
14 ``` 12 ```
15 cp .env.sample .env 13 cp .env .env.local
16 ```` 14 ````
15
16 Modify `.env.local` according to your needs.
17 17
18 * Start Development servers 18 * Start Development servers
19 19
20 * Javascript 20 * Javascript
21 21