Browse Source

add note for deployment

kb/add-usage-guide
Trent Larson 1 year ago
parent
commit
88112e0629
  1. 3
      README.md

3
README.md

@ -11,6 +11,9 @@ npm run serve
``` ```
### Compiles and minifies for production ### 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 npm run build
``` ```

Loading…
Cancel
Save