0.2.2 • Published 1 year ago

vue-perfect-auth v0.2.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Table of contents

General info

This project is simple Lorem ipsum dolor generator.

Features

When you use this template, try follow the checklist to update your info properly

  • Sign Up

Setup

Install using npm:

$ npm install vue-perfect-auth

Register in main.js/ts

// main.js/ts
import AuthComponents from 'vue-perfect-auth'
import 'vue-perfect-auth/dist/index.css'
import 'vue-perfect-auth/dist/style.css'

createApp(App).use(AuthComponents).mount('#app')

Register as a module:

// perfectAuth.js/ts
import AuthComponents from 'vue-perfect-auth'
import { type UserModule } from '~/types'
import 'vue-perfect-auth/dist/index.css'
import 'vue-perfect-auth/dist/style.css'

export const install: UserModule = ({ app }) => {
  app.use(AuthComponents)
}

Usage

    <AuthLogin 
    class="..."
    primary-color="#f59e0b" 
    hover-color="#d97706" 
    title=""
    subtitle=""
    buttonText=""
    passwordPlaceholder=""
    forgetPasswordLink=""
    sign-up-link="/signup" 
    :show-debug="true"
    :accept-google="googleLoginFunction" 
    :accept-facebook="facebookLoginFunction" 
    :accept-github="githubLoginFunction"
    :accept-apple="appleLoginFunction"
    :password-only="false"
    @login="testLogin"
    />
0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago