Skip to content

auth0-developer-hub/spa_vue_javascript_hello-world_vue-plugin

Repository files navigation

Hello, Vue 3 World!

This code sample demonstrates how to implement authentication in a Vue 3 Single-Page Application (SPA).

Hello, Vue 3 World!

Get Started

Install the project dependencies:

npm install

Create a .env file under the root project directory with the following content:

VUE_APP_AUTH0_DOMAIN=
VUE_APP_AUTH0_CLIENT_ID=
VUE_APP_AUTH0_AUDIENCE=https://hello-world.example.com
VUE_APP_AUTH0_CALLBACK_URL=http://localhost:4040/callback
VUE_APP_API_SERVER_URL=http://localhost:6060

Run the application:

npm run serve

Visit http://localhost:4040/ to access the starter application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published