Nuxt UIKit
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces
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
Add @fedorae/nuxt-uikit
to the modules section of your nuxt.config.ts
file:
{
modules: [
'@fedorae/nuxt-uikit'
],
}
- Run
yarn dev:prepare
to generate type stubs. - Use
yarn dev
to start playground in development mode.
Nuxt UIkit Image - https://codesandbox.io/s/pjmkmvp327 (pdipasqua)
Copyright (c) 2024 Fedorae