1.1.0 • Published 5 years ago
nuxt-vuikit v1.1.0
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 --saveDocumentation
Setup
- Add
nuxt-vuikittomodulessection of yournuxt.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 testDependencies
Dev Dependencies
Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.