All Projects → ICIJ → murmur

ICIJ / murmur

Licence: other
ICIJ's Design System for Bootstrap 4 and Vue.js

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to murmur

Learnstorybook.com
Static site and content for Storybook tutorials
Stars: ✭ 2,291 (+15173.33%)
Mutual labels:  design-system
web-components
A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
Stars: ✭ 322 (+2046.67%)
Mutual labels:  design-system
moon-design
Moon Design System for React
Stars: ✭ 209 (+1293.33%)
Mutual labels:  design-system
Figgo
👯‍♀️A cli tool makes your Figma and local design token stay in sync 👯‍♂️
Stars: ✭ 235 (+1466.67%)
Mutual labels:  design-system
Ugnis
Visual CSS generator for React
Stars: ✭ 249 (+1560%)
Mutual labels:  design-system
gio-design
A React UI library and GrowingIO Design System
Stars: ✭ 50 (+233.33%)
Mutual labels:  design-system
Design System
Open source design and front-end development resources for creating Section 508 compliant, responsive, and consistent websites.
Stars: ✭ 192 (+1180%)
Mutual labels:  design-system
ViennaUI
Raiffeisenbank Design System
Stars: ✭ 32 (+113.33%)
Mutual labels:  design-system
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+1030960%)
Mutual labels:  design-system
ui
Kalo UI Kit & Design Documentation
Stars: ✭ 25 (+66.67%)
Mutual labels:  design-system
Componentdriven.org
Static site and content for Component Driven
Stars: ✭ 237 (+1480%)
Mutual labels:  design-system
Learnstorybook Code
Code for Learn Storybook
Stars: ✭ 249 (+1560%)
Mutual labels:  design-system
source
Source: a component library for the Guardian's Design System
Stars: ✭ 97 (+546.67%)
Mutual labels:  design-system
Awesome Design Systems
A curated list of bookmarks, resources and articles about design systems focused on developers.
Stars: ✭ 222 (+1380%)
Mutual labels:  design-system
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+2586.67%)
Mutual labels:  design-system
Styled Bootstrap Components
The bootstrap components made with styled-components 💅
Stars: ✭ 196 (+1206.67%)
Mutual labels:  design-system
mix
An expressive way to effortlessly build design systems in Flutter.
Stars: ✭ 251 (+1573.33%)
Mutual labels:  design-system
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (+466.67%)
Mutual labels:  design-system
sha-el-design
React components for easier customization and smooth development flow.
Stars: ✭ 33 (+120%)
Mutual labels:  design-system
basis
Basis Design System
Stars: ✭ 55 (+266.67%)
Mutual labels:  design-system


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

Status
CI checks CircleCI
Code Climate Code Climate
NPM version NPM version
NPM downloads NPM download

Installation guide

If you are using module bundlers such as Webpack or Rollup, 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

# or with Yarn:
yarn add @icij/murmur

Then, register Murmur as a pluggin in your app entry point:

import Vue from 'vue'
import Murmur from '@icij/murmur'

Vue.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 library for production with minification
yarn build:lib

# build documentation for production with minification
yarn build:docs

# deploy the doc on Github Pages
yarn deploy

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

# run unit tests
yarn test:unit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].