kstraszewski-my-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

My Module

npm version npm downloads License Nuxt

Quick Setup

  1. Add kstraszewski-my-module dependency to your project
# Using pnpm
pnpm add -D kstraszewski-my-module

# Using yarn
yarn add --dev kstraszewski-my-module

# Using npm
npm install --save-dev kstraszewski-my-module
  1. Add kstraszewski-my-module to the modules section of nuxt.config.ts for Nuxt3
// For Nuxt3
export default defineNuxtConfig({
  modules: [
    'kstraszewski-my-module'
  ]
})
// For Nuxt2
export default {
  buildModules: [
    'kstraszewski-my-module'
  ]
}

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

Usage

<template>
  <div>
    <LBtn> Test buttona </LBtn>
  </div>
</template>

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

Readme

Keywords

none

Package Sidebar

Install

npm i kstraszewski-my-module

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

5.29 kB

Total Files

11

Last publish

Collaborators

  • konradstr