Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 430 B

4 år sedan
4 år sedan
4 år sedan
1234567891011121314151617181920212223242526272829
  1. # weband
  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. ### Customize configuration
  23. See [Configuration Reference](https://cli.vuejs.org/config/).