Socket
Socket
Sign inDemoInstall

@samk-dev/nuxt-uikit3

Package Overview
Dependencies
3
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @samk-dev/nuxt-uikit3

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href] [![UIkit][uikit-src]][uikit-href]


Version published
Maintainers
1
Created

Readme

Source

Nuxt Uikit 3 Module

npm version npm downloads License Nuxt UIkit

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces

Nuxt compatibility: ^3.0.0 Bridge: false

nuxt-uikit-screenshot.jpg

📖  Documentation

📖 UIkit Docs

📖 Nuxt Docs

✨  Release Notes

🏀 Online playground

Features

  • Zero cofig, just plug && play
  • Customize UIkit default theme with scss/less
  • Share scss/less variables && mixins everywhere
  • Use all UIKit JS components without writing any JS
  • Access UIkit JS components api with useUIkit3 composable
  • Use UIKit default icons pack
  • UIkit documentation in Nuxt Devtools

Quick Setup

Add @samk-dev/nuxt-uikit3 dependency to your project

# Using npm
npm install --save-dev @samk-dev/nuxt-uikit3

# Using pnpm
pnpm add -D @samk-dev/nuxt-uikit3

# Using yarn
yarn add --dev @samk-dev/nuxt-uikit3

Add @samk-dev/nuxt-uikit3 to the modules section of nuxt.config.ts

export default defineNuxtConfig({
  modules: ['@samk-dev/nuxt-uikit3']
})

That's it! You can now use Nuxt Uikit 3 in your Nuxt app ✨

For additional configuration please refer to module docs

Development

# stub
pnpm uikit:dev:prep
# dev
pnpm uikit:dev

Keywords

FAQs

Last updated on 28 Aug 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc