* client-app: Improve development documentation * client-app: add basic support to translation * client-app: fix i18n and create lang state * client-app: add language selector * client-app: add translation EN and PT-BR
28 lines
436 B
Markdown
28 lines
436 B
Markdown
# ErsatzTV Vuetify UI - WIP
|
|
|
|
## Project setup
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
To set a custom ErsatzTV api URL, use the following environment variable `VUE_APP_ETV_BASE_URL`.
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
npm run lint
|
|
```
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|