New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@bg-dev/nuxt-naiveui

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bg-dev/nuxt-naiveui

Unofficial Naive UI module for Nuxt

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
1.9K
-26.65%
Maintainers
1
Weekly downloads
 
Created
Source

Nuxt Naive UI

npm version npm downloads License Nuxt

Unofficial Naive UI integration for Nuxt.

[!Note] The official naive-ui module for Nuxt is recently created and can be found here.

Features

  • ✔️ SSR friendly
  • ✔️ Auto imported and tree-shakable components & composables
  • ✔️ Highly customizable for color mode and device type
  • ✔️ Friendly integration with Tailwindcss
  • ✔️ Adds custom components

Installation

Add @bg-dev/nuxt-naiveui dependency to your project

# Using npm
npm install --save-dev @bg-dev/nuxt-naiveui

# Using yarn
yarn add --dev @bg-dev/nuxt-naiveui

Documentation

The documentation website can be found here.

Development

# Install dependencies
yarn install

# Generate type stubs
yarn dev:prepare

# Develop with the playground
yarn dev

# Build the playground
yarn dev:build

# Run ESLint
yarn lint

License

MIT License

Keywords

nuxt

FAQs

Package last updated on 01 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