8000 GitHub - sohaha/nuxt-naiveui: Naive UI module for Nuxt 3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sohaha/nuxt-naiveui

 
 

Repository files navigation

Nuxt Naive UI

npm version npm downloads License Nuxt

Naive UI component library for your Nuxt 3 project

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 && cd playground && 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

About

Naive UI module for Nuxt 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.8%
  • TypeScript 43.7%
  • CSS 1.5%
0