@webcc-dev/components
v0.0.30
Published
Webcc nuxt layers
Keywords
Readme
Webcc Components
Quick Setup
Install the module to your Nuxt application:
npx nuxi module add @webcc-dev/componentsContribution
# Install dependencies from workspace
pnpm install
# Develop with the playground from workspace
pnpm run dev
# Build the playground
pnpm run dev:build
# Run ESLint
pnpm run lint
# Run Vitest
pnpm run test