1.0.9 • Published 1 year ago

naive-ui-nuxt v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Naive UI Module

Naive UI module for Nuxt

Features

  • Automatically import components and styles on demand.
  • Automatically import of useMessage, useNotification and other methods.

Quick Setup

  1. Add naive-ui-nuxt dependency to your project
# Using pnpm
pnpm add -D naive-ui-nuxt

# Using yarn
yarn add --dev naive-ui-nuxt

# Using npm
npm install --save-dev naive-ui-nuxt
  1. Add naive-ui-nuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'naive-ui-nuxt'
  ]
})

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago