|
1234567891011121314151617181920212223242526272829 |
- # rhizo-invite
-
- ## Project setup
- ```
- npm install
- ```
-
- ### Compiles and hot-reloads for development
- ```
- npm run serve
- ```
-
- ### Compiles and minifies for production
- ```
- npm run build
- ```
-
- ### Lints and fixes files
- ```
- npm run lint
- ```
-
- ### Customize configuration
- See [Configuration Reference](https://cli.vuejs.org/config/).
-
- ### deploy
- ```
- npm run build --mode=production && scp -r dist/* redplanet@dagobert:/home/redplanet/htdocs/reservation.ck.si/frontend
- ```
|