Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 399 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 399 Bytes

Gridsome Plugin UIKit

This plugin will add UIKit to your Gridsome project.

Install

To use this plugin, run

Yarn

yarn add gridsome-plugin-uikit

NPM

npm install gridsome-plugin-uikit

Add the following to your gridsome.config.js.

plugins: [
  {
    use: 'gridsome-plugin-uikit'
  }
]

Enjoy ❤️​