Nuxt-Vuikit

Vuikit Module for Nuxt.js

MIT License

Downloads
48
Stars
4
Committers
5

Nuxt Vuikit

Vuikit Module for Nuxt.js

Installation

Module available through the npm registry. It can be installed using the npm or yarn command line tool.

# Yarn (Recomend)
yarn add nuxt-vuikit
# NPM 
npm install nuxt-vuikit --save

Documentation

Setup

  • Add nuxt-vuikit to modules section of your nuxt.config.js
{
	modules: [
		'nuxt-vuikit'
	],
	vuikit: {
		defaultTheme: true,
		icons: true
	}
}

Module options

defaultTheme

Load UiKit3 default theme

  • Default: true
  • Type: Boolean

icons

Load UiKit3 icons

  • Default: true
  • Type: Boolean

Tests

To run the test suite, first install the dependencies, then run test:

# Using Yarn
yarn test

Dependencies

Dev Dependencies

Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.

License

MIT © Tiago Danin