nextcloud/apps/accessibility
dependabot-preview[bot] 8f8de7f6d0 Bump vue-loader from 15.9.1 to 15.9.2
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.1 to 15.9.2.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.1...v15.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-11 06:56:25 +00:00
..
appinfo Bump app versions and requirements 2020-05-07 10:29:04 +02:00
composer Update autoloaders for composer v1.10.1 2020-03-19 09:48:49 +01:00
css Fix dark mode color-box-shadow variable 2020-03-13 13:31:40 +01:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img Change name of high contrast theme to high contrast mode 2019-09-16 21:04:19 +02:00
js Bump vue-loader from 15.9.1 to 15.9.2 2020-05-11 06:56:25 +00:00
l10n [tx-robot] updated from transifex 2020-05-09 02:16:34 +00:00
lib Update license headers for 19 2020-04-29 11:57:22 +02:00
src Update eslint and switch to @nextcloud packages 2020-03-25 11:53:59 +01:00
templates Fix accessibility 2019-11-20 19:42:52 +01:00
.editorconfig Accessibility 2018-06-25 17:12:26 +02:00
.gitignore Accessibility 2018-06-25 17:12:26 +02:00
.jshintrc Accessibility 2018-06-25 17:12:26 +02:00
.l10nignore Fix translation sync for accessibiltiy 2019-03-14 11:57:02 +01:00
Makefile Accessibility 2018-06-25 17:12:26 +02:00
README.md Accessibility 2018-06-25 17:12:26 +02:00
webpack.js Use different jsonpFunction 2019-09-06 11:10:11 +02:00

README.md

Accessibility

This app provide multiple features to ease the use of nextcloud.

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