Murmur is ICIJ's Design System for Bootstrap 5 and Vue.js
| Status |
---|
Github Actions | |
Code Climate | |
NPM version | |
NPM downloads | |
Installation guide
If you are using module bundlers such as Webpack or Vite, you might need to include the package into your project.
To get started, use NPM or Yarn to get latest version of @icij/murmur.
npm i @icij/murmur-next
yarn add @icij/murmur-next
Then, register Murmur as a pluggin in your app entry point:
import {createApp} from 'vue'
import Murmur from '@icij/murmur-next'
const app = createApp({})
app.use(Murmur)
Now all components will be globally available in your app.
Read the documentation to know how to use them.
Build Setup
yarn
yarn serve
yarn build
yarn build-storybook
yarn publish
yarn test