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.

README.md 491 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
12345678910111213141516171819202122232425262728293031323334353637
  1. # webbandd
  2. ## Project setup
  3. ```
  4. yarn install
  5. ```
  6. ## Prepares website with audio & icono files
  7. ```
  8. ./scripts/webbandd.sh <path/to/folder-with-audio-and-icono-files>
  9. ```
  10. ### Compiles and hot-reloads for development
  11. ```
  12. yarn serve
  13. ```
  14. ### Compiles and minifies for production
  15. ```
  16. yarn build
  17. ```
  18. ### Lints and fixes files
  19. ```
  20. yarn lint
  21. ```
  22. ### Credentials
  23. DEDE
  24. Dev : CHOJ
  25. UI Design : CDRC LCHRZ
  26. ### Customize configuration
  27. See [Configuration Reference](https://cli.vuejs.org/config/).