Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/07akioni/nuxtjs-naive-ui
The official nuxt module for naive-ui that supports Nuxt.js SSR.
https://github.com/07akioni/nuxtjs-naive-ui
Last synced: about 2 months ago
JSON representation
The official nuxt module for naive-ui that supports Nuxt.js SSR.
- Host: GitHub
- URL: https://github.com/07akioni/nuxtjs-naive-ui
- Owner: 07akioni
- License: mit
- Created: 2024-05-05T06:57:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T14:08:52.000Z (8 months ago)
- Last Synced: 2024-05-20T23:54:49.462Z (7 months ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxtjs-naive-ui
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]English · [中文](README.zh_CN.md)
The official nuxt module for naive-ui that supports Nuxt.js SSR and simplifies build configuration.
> [!IMPORTANT]
> If you are using this module, make sure:
>
> 1. `@css-render/*` and `css-render` packages' version satisfies `>=0.15.14`.
> 2. Each of `@css-render/*` and `css-render` only resolves 1 target. (No different versions of same package & No duplicate for the same version)
>
> You can search in lock file for `css-render` to check if there's duplicate.## Quick Setup
Install the module to your Nuxt application with one command:
```bash
# npm
npx nuxi module add nuxtjs-naive-ui# pnpm
pnpm dlx nuxi module add nuxtjs-naive-ui
```[npm-version-src]: https://img.shields.io/npm/v/nuxtjs-naive-ui/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/nuxtjs-naive-ui
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxtjs-naive-ui.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npmjs.com/package/nuxtjs-naive-ui
[license-src]: https://img.shields.io/npm/l/nuxtjs-naive-ui.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/nuxtjs-naive-ui
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com