@ucla-library/component-library-nuxt-module
v1.3.13
Published
Nuxt module to enable autoimports
Readme
Nuxt Module
My new Nuxt module for doing amazing things.
Features
- ⛰ Auto import vue component library
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @apps-monorepo-poc/nuxt-moduleThat's it! You can now use Nuxt Module in your Nuxt app ✨
Contribution
# Install dependencies
pnpm install
# Generate type stubs
pnpm run dev:prepare
# Develop with the playground
pnpm run dev
# Build the playground
pnpm run dev:build
# Run ESLint
pnpm run lint
# Run Vitest
pnpm run test
pnpm run test:watch
# Release new version (Github action handles this)
pnpm relaase && pnpm publish