druxt-theme-umami-bootstrap

Umami Bootstrap theme for Druxt

Usage no npm install needed!

<script type="module">
  import druxtThemeUmamiBootstrap from 'https://cdn.skypack.dev/druxt-theme-umami-bootstrap';
</script>

README

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