@wartisans/nuxt-auth
v0.0.19
Published
Auth module for nuxt, to integrate Laravel
Downloads
13
Readme
nuxt-auth
Auth module for nuxt, to integrate Laravel
Setup
- Add
nuxt-auth
dependency to your project
yarn add nuxt-auth # or npm install nuxt-auth
- Add
nuxt-auth
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-auth',
// With options
['nuxt-auth', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Boudy de Geer [email protected]