- Notifications
You must be signed in to change notification settings - Fork16
NuxtLego is an open source UI component layer for building your Nuxt content quick & beautiful.
License
zernonia/nuxt-lego
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Unstyled components for building yourNuxt content quick & beautiful.
View Demo ·Report Bug ·Request Feature
This idea was inspired byRadix Primitive, as well asRadix Vue. I wanted to try and create anon-generic component, but using Radix's primitive approach. One example of non-generic component isStatic Tweet.
This project also serve as a playground for me to learn and utilize more of Vue'sprovide/inject
API.
Do let me know what component you have in mind that you are longing for ya!
npm install --save-dev nuxt-lego# Using yarnyarn add --dev nuxt-lego
Requires Nuxt >= 3.1.0.
nuxt.config.ts
exportdefaultdefineNuxtConfig({extends:['nuxt-lego'],})
Make sure to install the dependencies:
# pnpmpnpm install
Start the development server onhttp://localhost:3000
pnpm run dev
Any contributions you make aregreatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. SeeLICENSE
for more information.
Zernonia -@zernonia
If you like my work, please buy me a coffee 😳
About
NuxtLego is an open source UI component layer for building your Nuxt content quick & beautiful.