Files
nextcloud-server-mirror/settings
Christoph Wurst f8579a87f5 Fix unsafe-eval used in 2FA admin settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-16 11:49:07 +02:00
..
2018-10-10 00:13:11 +00:00
2018-05-16 09:50:23 +02:00
2018-05-16 09:50:20 +02:00
2018-08-14 17:25:46 +02:00
2018-10-04 09:26:42 +02:00
2018-10-10 14:34:52 +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