New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@debionetwork/ui-components

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@debionetwork/ui-components

A Vue component library used in DeBio Networks UI apps.

latest
Source
npmnpm
Version
0.0.12
Version published
Maintainers
7
Created
Source

@debionetwork/ui-components

Decentralized Sovereign Biomed

The Anonymous-First Platform for Medical and Bioinformatics Data.

Node.js version Medium

Quick install

DeBio Ui is a collection of components (vue based) jointly developed by the DeBio team, which is intended to make it easier to develop a project without having to re-create your components repeatedly.

NPM

npm install @debionetwork/ui-components

or

Yarn

yarn add @debionetwork/ui-components

Bower

bower install @debionetwork/ui-components

Import

After installation, you can import the package into your project using this snippet:

import UiComponents from "@debionetwork/ui-components"
import "@debionetwork/ui-components/dist/debionetwork-ui-components.css"

Vue.use(UiComponents)

new Vue({
  UiComponents, // <-- Put here
  render: h => h(App)
}).$mount("#app")

And you can use it in all your pages or components

FAQs

Package last updated on 07 Oct 2022

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