nextcloud-server/settings
Morris Jobke 70fa73404f
Merge pull request #10391 from nextcloud/bugfix/10389/fix-app-navigation-controller
Fix app navigation controller to return an array
2018-07-25 14:11:49 +02:00
..
Activity
BackgroundJobs
Controller Fix detection if opcache extension is loaded 2018-07-11 16:08:41 +02:00
css Add some responsiveness to the user management 2018-07-20 14:37:42 +02:00
img
js Fix app navigation controller to return an array 2018-07-25 13:50:46 +02:00
l10n [tx-robot] updated from transifex 2018-07-25 00:12:34 +00:00
Mailer
Middleware
src Sidebar fix 2018-07-20 23:37:00 +02:00
templates
.babelrc
.editorconfig
.gitignore
Application.php
help.php
Hooks.php
Makefile
package-lock.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 2018-07-23 16:12:28 +02:00
package.json Merge pull request #10337 from nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 2018-07-23 16:12:28 +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