nextcloud/settings
2019-07-03 02:14:03 +00:00
..
Activity
BackgroundJobs Check if uploading to lookup server is enabled before verifying 2019-06-26 11:01:35 +02:00
Controller Remove recommendation for opcache on CLI 2019-05-09 11:49:29 +00:00
css
img
js [Security] Bump axios from 0.18.0 to 0.19.0 in /settings 2019-06-03 12:41:46 +02:00
l10n [tx-robot] updated from transifex 2019-07-03 02:14:03 +00:00
Mailer
Middleware
src
templates
.babelrc.js
.editorconfig
.gitignore
.l10nignore
Application.php
help.php
Hooks.php
Makefile
package-lock.json [Security] Bump axios from 0.18.0 to 0.19.0 in /settings 2019-06-03 12:41:46 +02:00
package.json [Security] Bump axios from 0.18.0 to 0.19.0 in /settings 2019-06-03 12:41:46 +02:00
README.md
routes.php
webpack.common.js
webpack.dev.js
webpack.prod.js

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