nextcloud/settings
Nextcloud bot 0c7a17795b
[tx-robot] updated from transifex
2018-07-28 00:12:07 +00:00
..
Activity
BackgroundJobs
Controller Fix detection if opcache extension is loaded 2018-07-11 16:08:41 +02:00
Mailer
Middleware
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-28 00:12:07 +00:00
src Sidebar fix 2018-07-20 23:37:00 +02:00
templates
.babelrc
.editorconfig
.gitignore
Application.php
Hooks.php
Makefile
README.md
help.php
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
routes.php
webpack.common.js
webpack.dev.js
webpack.prod.js

README.md

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