Vuikit Module for Nuxt.js
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
- Add
nuxt-vuikit
tomodules
section of yournuxt.config.js
{
modules: [
'nuxt-vuikit'
],
vuikit: {
defaultTheme: true,
icons: true
}
}
Load UiKit3 default theme
- Default:
true
- Type:
Boolean
Load UiKit3 icons
- Default:
true
- Type:
Boolean
To run the test suite, first install the dependencies, then run test
:
# Using Yarn
yarn test
@vuikit/icons: UIkit icons as Vue functional components
Author: Miljan AleksicLicense: MIT
Version: ^0.8.1
@vuikit/theme: Vuikit default theme based on UIkit
Author: Miljan AleksicLicense: MIT
Version: ^0.8.1
vuikit: A responsive Vue UI library for web site interfaces based on UIkit
Author: Miljan AleksicLicense: MIT
Version: ^0.8.10
ava: Node.js test runner that lets you develop with confidence.
Author: novemberborn, sindresorhus, vdemedesLicense: MIT
Version: ^3.8.2
got: Human-friendly and powerful HTTP request library for Node.js
Author: sindresorhus, szmarczakLicense: MIT
Version: ^11.1.4
nuxt: A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)
Author: atinux, pi0License: MIT
Version: ^2.12.2
vue: Reactive, component-oriented view layer for modern web interfaces.
Author: Evan YouLicense: MIT
Version: ^2.6.11
xo: JavaScript/TypeScript linter with great defaults
Author: Sindre SorhusLicense: MIT
Version: ^0.30.0
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.