@wartisans/nuxt-auth

0.0.19 • Public • Published

nuxt-auth

npm version npm downloads Github Actions CI Codecov License

Auth module for nuxt, to integrate Laravel

📖 Release Notes

Setup

  1. Add nuxt-auth dependency to your project
yarn add nuxt-auth # or npm install nuxt-auth
  1. Add nuxt-auth to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-auth',

    // With options
    ['nuxt-auth', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Boudy de Geer boudydegeer@mosaiqo.com

Readme

Keywords

none

Package Sidebar

Install

npm i @wartisans/nuxt-auth

Weekly Downloads

0

Version

0.0.19

License

MIT

Unpacked Size

24 kB

Total Files

38

Last publish

Collaborators

  • boudydegeer