0.0.1-beta.1 • Published 2 years ago

@big-pixel-media/nuxt-auth v0.0.1-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Nuxt Auth

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Features

  • 🔒  Username/password authentication

Quick Setup

  1. Add @big-pixel-media/nuxt-auth dependency to your project
# Using pnpm
pnpm add -D @big-pixel-media/nuxt-auth

# Using yarn
yarn add --dev @big-pixel-media/nuxt-auth

# Using npm
npm install --save-dev @big-pixel-media/nuxt-auth
  1. Add @big-pixel-media/nuxt-auth to the modules section of nuxt.config.ts
export default defineNuxtConfig({
    modules: ["@big-pixel-media/nuxt-auth"],
});

That's it! You can now use My Module in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
0.0.1-beta.8

2 years ago

0.0.1-beta.7

2 years ago

0.0.1-beta.6

2 years ago

0.0.1-beta.5

2 years ago

0.0.1-beta.4

2 years ago

0.0.1-beta.3

2 years ago

0.0.1-beta.2

2 years ago

0.0.1-beta.1

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago