Socket
Book a DemoInstallSign in
Socket

vue-c-share

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-c-share

The share to community buttons Component for Vue.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

Vue Component - C Share buttons

npm version

The share to community buttons Component for Vue.

jQuery version

Getting started

Install package:

npm i vue-c-share
# or
yarn add vue-c-share

Usage

example.vue

<template>
  <div>
    <c-share></c-share>
  </div>
</template>

<script>
import CShare from 'vue-c-share'

export default {
  components: {
    CShare
  }
}
</script>

Develop

Install the global @vue/cli-service-global package:

npm install -g @vue/cli-service-global
# or
yarn global add @vue/cli-service-global

Start server to develop:

vue serve src/CShare.vue

FAQs

Package last updated on 13 Jan 2025

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