0.0.14 • Published 2 years ago

@michaeldoyle/components-test v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago