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 461 B

2 years ago
2 years ago
1234567891011121314151617181920212223242526272829
  1. # rhizo-invite
  2. ## Project setup
  3. ```
  4. npm install
  5. ```
  6. ### Compiles and hot-reloads for development
  7. ```
  8. npm run serve
  9. ```
  10. ### Compiles and minifies for production
  11. ```
  12. npm run build
  13. ```
  14. ### Lints and fixes files
  15. ```
  16. npm run lint
  17. ```
  18. ### Customize configuration
  19. See [Configuration Reference](https://cli.vuejs.org/config/).
  20. ### deploy
  21. ```
  22. npm run build --mode=production && scp -r dist/* redplanet@dagobert:/home/redplanet/htdocs/reservation.ck.si/frontend
  23. ```