dependabot[bot] 7f5d20b04f Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility | vor 5 Jahren | |
---|---|---|
.. | ||
appinfo | 5b96166507 Remove .css fileending from accessibility user css route | vor 5 Jahren |
css | a05219d24d Accessibility: Fix header icon opacity with high contrast theme | vor 5 Jahren |
fonts | 7781779770 Accessibility ♿ | vor 6 Jahren |
img | 1aa7fd8917 Bump preview | vor 6 Jahren |
js | 7f5d20b04f Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility | vor 5 Jahren |
lib | f383a961f0 Don't require Same Site Cookies on accessibility assets | vor 6 Jahren |
src | 58d168656b Move to nextcloud-axios | vor 5 Jahren |
templates | 7781779770 Accessibility ♿ | vor 6 Jahren |
.babelrc.js | f2411939de Transpile arrow function for ie11 compatibility | vor 5 Jahren |
.editorconfig | 7781779770 Accessibility ♿ | vor 6 Jahren |
.eslintrc.js | 7781779770 Accessibility ♿ | vor 6 Jahren |
.gitignore | 7781779770 Accessibility ♿ | vor 6 Jahren |
.jshintrc | 7781779770 Accessibility ♿ | vor 6 Jahren |
Makefile | 7781779770 Accessibility ♿ | vor 6 Jahren |
README.md | 7781779770 Accessibility ♿ | vor 6 Jahren |
package-lock.json | 7f5d20b04f Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility | vor 5 Jahren |
package.json | 7f5d20b04f Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility | vor 5 Jahren |
webpack.common.js | f2411939de Transpile arrow function for ie11 compatibility | vor 5 Jahren |
webpack.dev.js | 7781779770 Accessibility ♿ | vor 6 Jahren |
webpack.prod.js | 7781779770 Accessibility ♿ | vor 6 Jahren |
This app provide multiple features to ease the use of nextcloud.
# 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