Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rramos/vue-greeter

Repository files navigation

Greeter

A sample Greeter application with the following Features:

  • Auth0 for authentication
  • Github actions for Bun build and ESLint

Requirements

  • Node
  • VUE
  • Bun
  • Auth0

Pre-Setup

  1. Create a Auth0 account and create one application to obtain Domain and ClientId
  2. Create a local .env.local file based on the provided .env-example and fill the missing data

More Info

If you would like to have more infor follow the article on https://rramos.github.io/2025/03/28/auth0

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Compile and Minify for Production

bun run build

Lint with ESLint

bun lint

About

VUE Greeter

Resources

Stars

Watchers

Forks

Packages

No packages published