Skip to content

ICIJ/murmur-next

 
 

Repository files navigation


Murmur is ICIJ's Design System for Bootstrap 5 and Vue.js

Status
Github Actions Github Actions
Code Climate Code Climate
NPM version NPM version
NPM downloads NPM download

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.

# with NPM:
npm i @icij/murmur-next

# or with Yarn:
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

# install dependencies
yarn

# serve documentation with hot reload at localhost:8080
yarn serve

# build library and documentation for production with minification
yarn build

# build storybook documentation for production 
yarn build-storybook

# publish a version of the package on NPM registry
yarn publish

# run unit tests
yarn test

About

ICIJ's Design System for Bootstrap 5 and Vue 3.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 50.5%
  • JavaScript 26.7%
  • TypeScript 21.2%
  • Other 1.6%