Overview
NuxtLego is a project inspired by Radix Primitive and Radix Vue. It aims to create non-generic components using Radix’s primitive approach. One example of a non-generic component is the Static Tweet. The project also serves as a playground for learning and utilizing more of Vue’s provide/inject API.
Features
- Non-generic components inspired by Radix Primitive
- Utilizes Vue’s provide/inject API
- Playground for experimentation and learning
Installation
To get started with NuxtLego, make sure you have Nuxt >= 3.1.0 installed. Then, follow these steps:
- Register Layernuxt.config.ts
- Install the required dependencies
- Start the development server on http://localhost:3000
Summary
NuxtLego is a project that aims to create non-generic components using Radix’s primitive approach. It serves as a playground for learning and experimenting with Vue’s provide/inject API. The project requires Nuxt version 3.1.0 or higher for installation.