Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/realityloop/druxt-theme-umami-bootstrap
- Owner: Realityloop
- Created: 2020-06-22T04:58:04.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T11:35:59.000Z (about 2 years ago)
- Last Synced: 2024-10-10T15:42:26.262Z (4 months ago)
- Language: Vue
- Size: 793 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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'
}
}
```