Bump p-limit from 2.2.2 to 2.3.0, @nextcloud/auth from 1.2.2 to 1.2.3, @babel/preset-env from 7.8.7 to 7.9.5, @nextcloud/event-bus from 1.1.3 to 1.1.4, @nextcloud/password-confirmation from 1.0.0 to 1.0.1, @nextcloud/l10n from 1.2.2 to 1.2.3, @nextcloud/initial-state from 1.1.1 to 1.1.2, core-js from 3.6.4 to 3.6.5 … |
||
|---|---|---|
| .. | ||
| appinfo | ||
| composer | ||
| css | ||
| fonts | ||
| img | ||
| js | ||
| l10n | ||
| lib | ||
| src | ||
| templates | ||
| .editorconfig | ||
| .gitignore | ||
| .jshintrc | ||
| .l10nignore | ||
| Makefile | ||
| README.md | ||
| webpack.js | ||
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