
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@chewel/naive-ui-plus
Advanced tools
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>
git clone gitee.com/chewel/naive-ui-plus.git
cd naive-plus-ui
yarn i
yarn dev
由于本项目使用了 tailwindcss,并且并没有把样式都打包到项目中,要求各自的项目中安装 tailwindcss,并且配置好 tailwindcss 的配置文件。
module.exports = {
content: ['./node_modules/@chewel/naive-ui-plus/**/*.{vue,ts,tsx,js}'],
important: true,
theme: {
extend: {},
},
};
FAQs
## Document & Online preview
The npm package @chewel/naive-ui-plus receives a total of 117 weekly downloads. As such, @chewel/naive-ui-plus popularity was classified as not popular.
We found that @chewel/naive-ui-plus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.