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
- Host: GitHub
- URL: https://github.com/oneminch/Nuxt-Basis
- Owner: oneminch
- License: mit
- Created: 2025-08-18T16:29:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T01:07:58.000Z (10 months ago)
- Last Synced: 2025-09-06T03:13:59.985Z (10 months ago)
- Topics: nuxt, nuxt-layer, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 282 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"],
});
```