Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realityloop/druxt-theme-umami-bootstrap

Umami Bootstrap theme for Druxt
https://github.com/realityloop/druxt-theme-umami-bootstrap

Last synced: 4 months ago
JSON representation

Umami Bootstrap theme for Druxt

Awesome Lists containing this project

README

        

# Druxt Umami Bootstrap component library.

[![CircleCI](https://circleci.com/gh/Realityloop/druxt-theme-umami-bootstrap.svg?style=svg)](https://circleci.com/gh/Realityloop/druxt-theme-umami-bootstrap)
[![Known Vulnerabilities](https://snyk.io/test/github/Realityloop/druxt-theme-umami-bootstrap/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Realityloop/druxt-theme-umami-bootstrap?targetFile=package.json)
[![codecov](https://codecov.io/gh/Realityloop/druxt-theme-umami-bootstrap/branch/develop/graph/badge.svg)](https://codecov.io/gh/Realityloop/druxt-theme-umami-bootstrap)

Umami Bootstrap theme for Druxt

## Install

`$ npm install druxt-theme-umami-bootstrap`

## Usage

Add module to `nuxt.config.js`

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

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