1.1.0 • Published 4 years ago

nuxt-vuikit v1.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

Nuxt Vuikit

Travis Downloads Node Version XO code style

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