Skip to content

Simple authentication app made with Vue.js and TypeScript

Notifications You must be signed in to change notification settings

Riippi/vue-auth

Repository files navigation

vue-auth

Simple login & logout app to feel a bit how Vue.js goes with TypeScript. Uses a Firebase backend via REST API.

Project setup

npm install

Add your own Firebase url and keys into .env file

VUE_APP_BASE_URL=https://add.your.firebase.url.here
VUE_APP_AUTH_URL=https://www.googleapis.com/identitytoolkit/v3/relyingparty
VUE_APP_FIREBASE=add-your-firebase-key-here

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

About

Simple authentication app made with Vue.js and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published