add note for deployment

This commit is contained in:
2023-08-19 19:10:32 -06:00
parent bfc52151c0
commit 88112e0629

View File

@@ -11,6 +11,9 @@ npm run serve
```
### Compiles and minifies for production
If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, eg: `publicPath: "/app/time-tracker/",`
```
npm run build
```