Files
nextcloud-server-mirror/settings
Roeland Jago Douma 893d2daece Merge pull request #11578 from nextcloud/add-group-settings-fix
Fixed js error when adding new group
2018-10-03 15:12:55 +02:00
..
2018-10-01 00:12:39 +00:00
2018-10-03 12:15:54 +02:00
2018-05-16 09:50:23 +02:00
2018-05-16 09:50:20 +02:00
2017-11-06 16:56:19 +01:00
2018-08-14 17:25:46 +02:00
2018-10-02 17:26:08 +02:00
2018-06-06 11:40:09 +02:00

Settings section

Nextcloud settings with Vue

Build Setup

# 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

# clean output files
make clean