0.0.1-beta.1 • Published 2 years ago
@big-pixel-media/nuxt-auth v0.0.1-beta.1
Nuxt Auth
My new Nuxt module for doing amazing things.
Features
- 🔒 Username/password authentication
Quick Setup
- Add
@big-pixel-media/nuxt-authdependency 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- Add
@big-pixel-media/nuxt-authto themodulessection ofnuxt.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 release0.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