nextcloud-server/settings
Roeland Jago Douma d65438f931
Compile federationscope menu handlebars template
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-15 10:44:24 +02:00
..
Activity
BackgroundJobs
Controller Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
css Merge pull request #11581 from nextcloud/users-table-header-fix 2018-10-04 09:04:56 +02:00
img
js Compile federationscope menu handlebars template 2018-10-15 10:44:24 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:11 +00:00
Mailer
Middleware
src Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
templates Compile federationscope menu handlebars template 2018-10-15 10:44:24 +02:00
.babelrc.js Babel fix and dynamic import on settings 2018-10-02 17:26:07 +02:00
.editorconfig
.gitignore
Application.php
help.php
Hooks.php don't blame email address changers 2018-08-14 17:25:46 +02:00
Makefile Bump build and fix makefile 2018-10-04 09:26:42 +02:00
package-lock.json Bump nextcloud-vue from 0.1.5 to 0.2.0 in /settings 2018-10-12 10:29:41 +00:00
package.json Bump nextcloud-vue from 0.1.5 to 0.2.0 in /settings 2018-10-12 10:29:41 +00:00
README.md
routes.php Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
webpack.common.js Add admin interface to enforce 2FA 2018-10-10 14:34:52 +02:00
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