nextcloud/settings
2018-07-28 00:12:07 +00:00
..
Activity
BackgroundJobs
Controller
css
img
js
l10n
Mailer
Middleware
src
templates
.babelrc
.editorconfig
.gitignore
Application.php
help.php
Hooks.php
Makefile
package-lock.json
package.json
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