ycs77 / vue-c-share

The share to community buttons Component for Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The share to community buttons Component for Vue.

License:MIT License


Languages

Language:Vue 61.1%Language:JavaScript 38.9%