Build the app:
npm run build
and then host the files in "docs" folder(folder name chosen for github pages).
Preview app in production:
npm run preview
Run the app in dev mode:
npm run dev