summaryrefslogtreecommitdiffstats
path: root/settings/README.md
blob: 6774ec1886c8bd3ecd91a9ce3e37e11600c14d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Settings section

> Nextcloud settings with Vue

## Build Setup

``` bash
# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production
```