0.6.0 • Published 11 months ago

nuxt-swa v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Nuxt SWA Module

NPM Version License Nuxt Node.js CI codecov

Provides Azure Static Web Apps features to your Nuxt apps.

Features

  • 🔑  Authentication & Authorization
  • 📐  Provide type for nitro.azure.config
  • 🗄️  Data API support

Quick Setup

  1. Add nuxt-swa dependency to your project
# Using pnpm
pnpm add -D nuxt-swa

# Using yarn
yarn add --dev nuxt-swa

# Using npm
npm install --save-dev nuxt-swa
  1. Add nuxt-swa to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-swa'
  ]
})

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

Development

# Install dependencies
pnpm install

# Develop with the docs
pnpm dev

# Build module & docs
# Note: You need to purchase a Nuxt UI Pro license key and set it in the `NUXT_UI_PRO_LICENSE` environment variable.
pnpm build

# Run ESLint & Prettier
pnpm lint

# Run ESLint & Prettier (auto fix)
pnpm format

# Run Vitest
pnpm test
0.6.0

11 months ago

0.5.0

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago