0.0.19 • Published 5 years ago
@wartisans/nuxt-auth v0.0.19
nuxt-auth
Auth module for nuxt, to integrate Laravel
Setup
- Add
nuxt-authdependency to your project
yarn add nuxt-auth # or npm install nuxt-auth- Add
nuxt-authto themodulessection ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-auth',
// With options
['nuxt-auth', { /* module options */ }]
]
}Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
License
Copyright (c) Boudy de Geer boudydegeer@mosaiqo.com