New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bimdata/bcf-components

Package Overview
Dependencies
Maintainers
6
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bimdata/bcf-components

BIMData BCF components library

  • 1.0.3
  • npm
  • Socket score

Version published
Weekly downloads
22
decreased by-84.72%
Maintainers
6
Weekly downloads
 
Created
Source

BIMData BCF components library

A set (library) of Vue components to manage BCF and build BCF related features into your app.

Made with :heart: by BIMData.io.

Usage

Install:

npm install @bimdata/bcf-components

Then refer to the next sub-sections on how to use the library depending on which version of Vue you're using.

Vue 2.6+ application

In order to use the library in your Vue 2 app you'll need to use Vue Composition API plugin.

First add it to your dependencies:

npm install @vue/composition-api

Then, in your application bootstrap script, add the following:

import Vue from "vue";
import VueCompositionApi from "@vue/composition-api";
...

Vue.use(VueCompositionApi);
...

You can now use library components like so:

import { HelloWorld } from "@bimdata/bcf-components/dist/vue2/bcf-components.es.js";

Vue 3.x application

In Vue 3 app you can directly use components that way:

import { HelloWorld } from "@bimdata/bcf-components";

Build

npm run build

FAQs

Package last updated on 05 May 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

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