nuxt-core-version-check
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

nuxt-core-version-check

A module to ensure nuxt has the same versions as key dependencies.

Features

  • Warn you in console when key dependencies and nuxt version mismatch

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add nuxt-core-version-check

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

Readme

Keywords

Package Sidebar

Install

npm i nuxt-core-version-check

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

4.69 kB

Total Files

9

Last publish

Collaborators

  • huang-julien