An open API service indexing awesome lists of open source software.

https://github.com/oneminch/Nuxt-Basis

A Base Layer for Nuxt Projects
https://github.com/oneminch/Nuxt-Basis

nuxt nuxt-layer tailwindcss

Last synced: 9 months ago
JSON representation

A Base Layer for Nuxt Projects

Awesome Lists containing this project

README

          

# @minch/nuxt-basis

A Base Layer for Nuxt Projects (Nuxt 4, Tailwind CSS 4, & Additional Modules).

## Working on the layer

The `.playground` directory should help you on trying your layer during development.

Running `pnpm dev` will prepare and boot `.playground` directory, which imports your layer itself.

## Usage

```bash
npm install --save-dev @minch/nuxt-basis
```

Then add the dependency to their `extends` in `nuxt.config`:

```ts
defineNuxtConfig({
extends: ["@minch/nuxt-basis"],
});
```