Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 871 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 871 Bytes

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'
  }
}