Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icij/murmur-next

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icij/murmur-next

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

  • 4.3.20
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source


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

Status
Github ActionsGithub Actions
Code ClimateCode Climate
NPM versionNPM version
NPM downloadsNPM 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

FAQs

Package last updated on 25 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc