You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@chewel/naive-ui-plus

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chewel/naive-ui-plus

## Document & Online preview

0.0.20
latest
npmnpm
Version published
Weekly downloads
123
-91.89%
Maintainers
1
Weekly downloads
 
Created
Source

naive-plus-ui

Document & Online preview

Naive Plus UI

Install & Use

pnpm i @chewel/naive-plus-ui
# or
npm install @chewel/naive-plus-ui
# or
yarn add @chewel/naive-plus-ui

Import and register component

Global

import { createApp } from 'vue'
import App from './App.vue'

import NaivePlusUI from '@chewel/naive-plus-ui'

const app = createApp(App)
app.use(NaivePlusUI)

Local

<script setup lang="ts">
import { PlusTable } from '@chewel/naive-plus-ui'
</script>

Project

  • Get the project code
git clone gitee.com/chewel/naive-ui-plus.git
  • Install dependencies
cd naive-plus-ui

yarn i
  • Run project
yarn dev

tailwindcss

由于本项目使用了 tailwindcss,并且并没有把样式都打包到项目中,要求各自的项目中安装 tailwindcss,并且配置好 tailwindcss 的配置文件。

module.exports = {
  content: ['./node_modules/@chewel/naive-ui-plus/**/*.{vue,ts,tsx,js}'],
  important: true,
  theme: {
    extend: {},
  },
};

Keywords

naive-ui

FAQs

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.