@fedorae/nuxt-uikit
v3.1.12
Published
UIkit module for Nuxt
Downloads
106
Readme
Nuxt UIKit
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces
Setup
Installation
Add @fedorae/nuxt-uikit
dependency to your project:
# Using pnpm
pnpm add -D @fedorae/nuxt-uikit
# Using yarn
yarn add --dev @fedorae/nuxt-uikit
# Using npm
npm install --save-dev @fedorae/nuxt-uikit
Setup
Add @fedorae/nuxt-uikit
to the modules section of your nuxt.config.ts
file:
{
modules: [
'@fedorae/nuxt-uikit'
],
}
Development
- Run
yarn dev:prepare
to generate type stubs. - Use
yarn dev
to start playground in development mode.
Credits
Nuxt UIkit Image - https://codesandbox.io/s/pjmkmvp327 (pdipasqua)
License
Copyright (c) 2024 Fedorae