nextcloud/settings/README.md

19 lines
278 B
Markdown
Raw Normal View History

# Settings section
> Nextcloud settings with Vue
## Build Setup
``` bash
# 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
```