0.0.11 • Published 5 months ago

loyaltykey-nuxt-components v0.0.11

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

My Module

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

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

# Using yarn
yarn add --dev loyaltykey-nuxt-components

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

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.11

5 months ago

0.0.12

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.5

5 months ago

0.0.2

5 months ago