0.0.18 • Published 10 months ago

nuxt-naive v0.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Features

  • Zero-config required
  • Auto-import component and imports
  • unocss CSS support

Setup

npm

npm install nuxt-naive

yarn

yarn add nuxt-naive

pnpm

pnpm install nuxt-naive

Nuxt Config

export default defineNuxtConfig({
  modules: [
    'nuxt-naive'
  ],
})

Composables

<script setup lang="ts">
import { darkTheme } from 'naive-ui'
</script>

<template>
  <NConfigProvider :theme="darkTheme">
    <NGlobalStyle />
    <div>
      Nuxt module playground!
      <NButton>Default</NButton>
    </div>
  </NConfigProvider>
</template>

License

License

MIT License © 2023-Present Elone Hoo

0.0.15

12 months ago

0.0.16

12 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago