nextcloud-server/settings
John Molakvoæ (skjnldsv) 16af12e0a0
Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltip
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-18 17:47:10 +02:00
..
Activity
ajax Bump user controller, cleaned old legacy and added route history mode 2018-05-16 09:50:22 +02:00
BackgroundJobs
Controller Various fixes 2018-05-16 09:50:25 +02:00
css Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +02:00
img
js Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltip 2018-05-18 17:47:10 +02:00
l10n
Mailer
Middleware
src Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltip 2018-05-18 17:47:10 +02:00
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability 2018-05-16 09:50:22 +02:00
tests/js Settings to vuejs 2018-05-16 09:50:20 +02:00
.babelrc IE11 compatibility 2018-05-16 09:50:24 +02:00
.editorconfig Bump tests and editorconfig 2018-05-16 09:50:23 +02:00
.gitignore Settings to vuejs 2018-05-16 09:50:20 +02:00
Application.php
help.php
Hooks.php
Makefile Bump makefile, readme, fix typo and cleanup 2018-05-16 09:50:22 +02:00
package-lock.json Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +02:00
package.json Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +02:00
README.md Bump makefile, readme, fix typo and cleanup 2018-05-16 09:50:22 +02:00
routes.php Bump user controller, cleaned old legacy and added route history mode 2018-05-16 09:50:22 +02:00
webpack.common.js Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltip 2018-05-18 17:47:10 +02:00
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +02:00
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +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