Files
nextcloud-server-mirror/settings
2018-10-30 01:12:54 +00:00
..
2018-10-23 16:14:34 +02:00
2018-10-30 01:12:54 +00:00
2018-05-16 09:50:23 +02:00
2018-05-16 09:50:20 +02:00
2016-07-21 18:13:58 +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