0.2.0 • Published 4 years ago

druxt-theme-umami-bootstrap v0.2.0

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

Druxt Umami Bootstrap component library.

CircleCI Known Vulnerabilities codecov

Umami Bootstrap theme for Druxt

Install

$ npm install druxt-theme-umami-bootstrap

Usage

Add module to nuxt.config.js

module.exports = {
  modules: [
    ...
    'druxt-theme-umami-bootstrap',
  ],

  druxt: {
    baseUrl: 'https://example.com'
  }
}