1cd88d611b
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.0.0...v7.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
Activity | ||
BackgroundJobs | ||
Controller | ||
css | ||
img | ||
js | ||
l10n | ||
Mailer | ||
Middleware | ||
src | ||
templates | ||
.babelrc.js | ||
.editorconfig | ||
.gitignore | ||
Application.php | ||
help.php | ||
Hooks.php | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
routes.php | ||
webpack.common.js | ||
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