nuxt-uikit

2.1.2 • Public • Published

Nuxt UIKit

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

Nuxt 2 Branch

This branch is for applications using Nuxt 2. The branch for Nuxt 3 is fedorae-com/nuxt-uikit.

Setup

  1. Add nuxt-uikit dependency to your project
yarn add --dev nuxt-uikit # or npm install --save-dev nuxt-uikit or pnpm install -D nuxt-uikit
  1. Add nuxt-uikit to the buildModules section of nuxt.config.js

⚠️ If you are using Nuxt < 2.9.0, use modules instead.

{
  buildModules: [
    // Simple usage
    'nuxt-uikit',
    // With options
    ['nuxt-uikit', { ssr: false }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install or pnpm install
  3. Start development server using yarn dev or npm run dev or pnpm run dev

License

MIT License

Copyright (c) 2023 Fedorae

Readme

Keywords

Package Sidebar

Install

npm i nuxt-uikit

Weekly Downloads

13

Version

2.1.2

License

MIT

Unpacked Size

6.55 kB

Total Files

9

Last publish

Collaborators

  • yisrae