A Nuxt module for authjs
npm install @fixers/nuxt-authjs[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
Nuxt Authjs for doing amazing things.
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
1. Add @fixers/nuxt-authjs dependency to your project
``bashUsing pnpm
pnpm add -D @fixers/nuxt-authjs
2. Add
@fixers/nuxt-authjs to the modules section of nuxt.config.ts`js
export default defineNuxtConfig({
modules: [
'@fixers/nuxt-authjs'
]
})
`That's it! You can now use My Module in your Nuxt app ✨
Development
`bash
Install dependencies
npm installGenerate type stubs
npm run dev:prepareDevelop with the playground
npm run devBuild the playground
npm run dev:buildRun ESLint
npm run lintRun Vitest
npm run test
npm run test:watchRelease new version
npm run release
``
[npm-version-src]: https://img.shields.io/npm/v/@fixers/nuxt-authjs/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@fixers/nuxt-authjs
[npm-downloads-src]: https://img.shields.io/npm/dm/@fixers/nuxt-authjs.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@fixers/nuxt-authjs
[license-src]: https://img.shields.io/npm/l/@fixers/nuxt-authjs.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/@fixers/nuxt-authjs
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com