Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 642 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 642 Bytes

Vue Vine Module

Use Vue Vine in Nuxt.

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add @vue-vine/nuxt

That's it! You can now use Vue Vine Module in your Nuxt app ✨

Contribution

Local development
# 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
pnpm run release