Socket
Socket
Sign inDemoInstall

nuxt-lego

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-lego

Unstyled components for building your Nuxt content quick & beautiful.


Version published
Weekly downloads
30
decreased by-53.12%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

NuxtLego

Unstyled components for building your Nuxt content quick & beautiful.

View Demo · Report Bug · Request Feature

NuxtLego

📇 About The Project

This idea was inspired by Radix Primitive, as well as Oku UI. I wanted to try and create a non-generic component, but using Radix's primitive approach. One example of non-generic component is Static Tweet.

This project also serve as a playground for me to learn and utilize more of Vue's provide/inject API.

Do let me know what component you have in mind that you are longing for ya!

Getting started

export default defineNuxtConfig({
  extends: [
    ...,
    "github:zernonia/nuxt-lego#alpha",    // Currently in Alpha stage
  ],
  alias: {
    "@vueuse/core": require.resolve("@vueuse/core/index.mjs"), // issue: https://github.com/nuxt/nuxt/issues/18448
  },
})

🔥 Contributors

🌎 Local Development

Prerequisites

Yarn

  • npm install --global yarn
    

Development

  1. Clone the repo

    git clone https://github.com/zernonia/nuxt-lego.git
    
  2. Install NPM packages

    yarn install
    
  3. Run Development instance

    yarn dev
    

➕ Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📜 License

Not Associated with Supabase.

Distributed under the MIT License. See LICENSE for more information.

📧 Contact

Zernonia - @zernonia

☕ Support

If you like my work, please buy me a coffee 😳

"Buy Me A Coffee"

FAQs

Package last updated on 10 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc