@vuei/nuxt

Innovative Vue UI Library


License
MIT
Install
npm install @vuei/nuxt@1.0.3

Documentation

npm version npm downloads License Nuxt

Welcome to my VueI! 👋

Innovative Vue UI Library.

Quick Setup

Install the module to your Nuxt application with one command:

pnpx nuxi module add @vuei/nuxt

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

Contribution

Local development
# Install dependencies
pnpm install

# Generate type stubs
pnpm dev:prepare

# Develop with the playground
pnpm dev

# Build the playground
pnpm dev:build

# Run ESLint
pnpm lint

# Run Vitest
pnpm test
pnpm test:watch

# Release new version
pnpm release

Made with ❤️ by @germondai