A sample Greeter application with the following Features:
- Auth0 for authentication
- Github actions for Bun build and ESLint
- Node
- VUE
- Bun
- Auth0
- Create a Auth0 account and create one application to obtain Domain and ClientId
- Create a local
.env.localfile based on the provided .env-example and fill the missing data
If you would like to have more infor follow the article on https://rramos.github.io/2025/03/28/auth0
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
bun installbun devbun run buildLint with ESLint
bun lint