Socket
Book a DemoInstallSign in
Socket

@bigpicturemedical/medkit-vue2

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@bigpicturemedical/medkit-vue2

![vue supported version](https://img.shields.io/badge/vue-2.6-brightgreen) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@bigpicturemedical/medkit-vue2) [![npm](https://img.shields.io/npm/v/@bigpicturemedical/medkit-vue2)](https://www.npmj

unpublished
latest
npmnpm
Version
0.0.9
Version published
Maintainers
4
Created
Source

Medkit (Vue 2 component library)

vue supported version npm bundle size npm

Usage

Installation

npm i @bigpicturemedical/medkit-vue2
or
yarn add @bigpicturemedical/medkit-vue2

Import entire library globally

import Vue from 'vue';
import MedkitVue2 from '@bigpicturemedical/medkit-vue2';

Vue.use(MedkitVue2);

Import components from the esm folder to enable tree-shaking

import { MkBadge } from '@bigpicturemedical/medkit-vue2/esm';
Demo code can be found under the docs section within storybook.

Local development

Generate new component
npm run create-component

Install

npm install

Serve

npm run serve

Lint

npm run lint

or lint and automatically fix files

npm run lint:fix

Tests

Run all tests
npm run test:unit
Run tests in watch mode
npm run test:single Badge

Build for production

Build everything
npm run build
Build library
npm run build:lib
Build storybook docs
npm run build:docs

FAQs

Package last updated on 27 Nov 2021

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