https://github.com/realityloop/druxt-theme-umami-bootstrap
Umami Bootstrap theme for Druxt
https://github.com/realityloop/druxt-theme-umami-bootstrap
Last synced: 7 days ago
JSON representation
Umami Bootstrap theme for Druxt
- Host: GitHub
- URL: https://github.com/realityloop/druxt-theme-umami-bootstrap
- Owner: Realityloop
- Created: 2020-06-22T04:58:04.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T11:35:59.000Z (about 3 years ago)
- Last Synced: 2025-07-27T03:12:23.068Z (8 months ago)
- Language: Vue
- Size: 793 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Druxt Umami Bootstrap component library.
[](https://circleci.com/gh/Realityloop/druxt-theme-umami-bootstrap)
[](https://snyk.io/test/github/Realityloop/druxt-theme-umami-bootstrap?targetFile=package.json)
[](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'
}
}
```