maheshmahadevan / vue-login-app

A sample Vue3 application demonstrating login using Auth0 SDK and Typescript. Uses Materialize CSS for views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-login-app

A sample Vue3 application demonstrating login using Auth0 SDK and Typescript. Uses Materialize CSS for views.

Project setup

npm install

Auth-0 setup guide

See Auth0 Vue SDK samples Though the above link is for Vue2 app , you can use the initial references for setting up Auth0 tenant.

Once you setup upate auth_config.json using the sample file in the repository.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A sample Vue3 application demonstrating login using Auth0 SDK and Typescript. Uses Materialize CSS for views.

License:MIT License


Languages

Language:Vue 58.5%Language:TypeScript 35.9%Language:HTML 3.9%Language:JavaScript 1.7%