@michaeldoyle/components-test
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

Components Test

npm version npm downloads License Nuxt

Features

  • ⛰  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

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

# Using yarn
yarn add --dev components-test

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

That's it! You can now use Components Test 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

Dependents (0)

Package Sidebar

Install

npm i @michaeldoyle/components-test

Weekly Downloads

0

Version

0.0.14

License

MIT

Unpacked Size

5.73 kB

Total Files

14

Last publish

Collaborators

  • iamclydehoel