Socket
Book a DemoInstallSign in
Socket

@dxup/nuxt

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxup/nuxt

TypeScript and Vue plugins for Nuxt

Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
389K
41.66%
Maintainers
1
Weekly downloads
 
Created
Source

@dxup/nuxt

version downloads license

This is a collection of TypeScript and Vue plugins that improves Nuxt DX.

Features

  • Update references when renaming auto imported component files
  • Go to definition for nitro routes in data fetching methods within Vue files
  • Go to definition for runtime config
  • @dxup/unimport

Installation

pnpm i -D @dxup/nuxt

Usage

Add the following to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: [
    "@dxup/nuxt",
  ],
});

FAQs

Package last updated on 04 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts