You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
312 B

  1. # Settings section
  2. > Nextcloud settings with Vue
  3. ## Build Setup
  4. ``` bash
  5. # install dependencies
  6. make dev-setup
  7. # build for development
  8. make build-js
  9. # build for development and watch edits
  10. make watch-js
  11. # build for production with minification
  12. make build-js-production
  13. # clean output files
  14. make clean
  15. ```