All Projects → koddr → Vue Goodshare

koddr / Vue Goodshare

Licence: mit
🍿 Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks. Powered by goodshare.js project.

Projects that are alternatives of or similar to Vue Goodshare

Semantic Ui Vue
Semantic UI integration for Vue
Stars: ✭ 914 (+164.93%)
Mutual labels:  components, vue-components, vuejs2
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (-26.67%)
Mutual labels:  components, vue-components, vuejs2
Vue Share Buttons
🔗A set of social buttons for Vue.js
Stars: ✭ 34 (-90.14%)
Mutual labels:  share, vue-components, vuejs2
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (-70.72%)
Mutual labels:  components, vue-components, vuejs2
okeedesign-mobile-vue
High Performance, Flexiable Configuration, Various Components
Stars: ✭ 139 (-59.71%)
Mutual labels:  components, vue-components
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+4993.62%)
Mutual labels:  components, vue-components
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+335.07%)
Mutual labels:  components, vue-components
Vuejs Component Style Guide
Vue.js Component Style Guide
Stars: ✭ 2,796 (+710.43%)
Mutual labels:  vue-components, vuejs2
Vue Signature Pad
🖋 Vue Signature Pad Component
Stars: ✭ 237 (-31.3%)
Mutual labels:  components, vue-components
vue-notification-bell
Vue.js notification bell component.
Stars: ✭ 64 (-81.45%)
Mutual labels:  vuejs2, vue-components
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (-23.77%)
Mutual labels:  vue-components, vuejs2
Vue Cnodejs
基于vue.js重写Cnodejs.org社区的webapp
Stars: ✭ 3,065 (+788.41%)
Mutual labels:  vue-components, vuejs2
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+14803.19%)
Mutual labels:  components, vue-components
vue-mui
Mobile UI elements for Vue 2.0
Stars: ✭ 16 (-95.36%)
Mutual labels:  components, vue-components
Mui Vue2
mui+mint+vue2.x+vue-router+vuex+webpack最终打包成原生apk的app项目,样式使用vue移动端mint ui框架,原生手机能力偏重于mui框架,欢迎star!
Stars: ✭ 278 (-19.42%)
Mutual labels:  vue-components, vuejs2
Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (-12.75%)
Mutual labels:  vue-components, vuejs2
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (-25.22%)
Mutual labels:  vue-components, vuejs2
Coreui Vue
Over 90 Bootstrap based Vue.js components and directives. CoreUI React.js UI Components. CoreUI for Vue.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true Vue components, without jQuery and unneeded dependencies.
Stars: ✭ 318 (-7.83%)
Mutual labels:  components, vue-components
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+620.87%)
Mutual labels:  components, vue-components
Vue Generate Component
Vue js component generator
Stars: ✭ 206 (-40.29%)
Mutual labels:  components, vuejs2

🍿 vue-goodshare

Vue.js component for share link to social networks and mobile messangers

vue-goodshare logo

npm version vue.js version code style: prettier license twit link

A simple way to share a link on the pages of your website in the most popular (and not so) social networks.
Powered by goodshare.js project.

The Why?

Vue.js-ready™ component. Simple install, extensive documentation, developer support, SEO friendly, many options for customization of appearance, clean code without scripts tracking user activity on the page, high speed.

Beautiful button design already included. Just choose one, add attribute to component and save!

Docs

Installation

[email protected]:~$ npm install --save vue-goodshare

Usage

Single share element

Includes only needed social networks or mobile messengers.

/**
 * Import Vue.js
 */
import Vue from "vue";

/**
 * Import vue-goodshare single element
 */
import VueGoodshareFacebook from "vue-goodshare/src/providers/Facebook.vue";

const app = new Vue({
  el: "#app",
  components: {
    VueGoodshareFacebook
  }
});

Add component to HTML template (with attributes):

<div id="app">
  <vue-goodshare-facebook
    page_url="https://github.com/koddr/vue-goodshare"
    title_social="Facebook"
    has_counter
    has_icon
  ></vue-goodshare-facebook>
</div>

Result:

screen shot

Bundle of share elements

Facebook, Twitter, LinkedIn, Google Plus, Tumblr, Pinterest, Reddit

/**
 * Import Vue.js
 */
import Vue from "vue";

/**
 * Import vue-goodshare bundle
 */
import VueGoodshare from "vue-goodshare";

const app = new Vue({
  el: "#app",
  components: {
    VueGoodshare
  }
});

Add components to HTML template (without attributes):

<div id="app">
  <vue-goodshare></vue-goodshare>
</div>

Result:

screen shot

Demo on localhost

[email protected]:~$ git clone https://github.com/koddr/vue-goodshare.git
[email protected]:~$ cd vue-goodshare/examples

Start simple Python 3.4+ HTTP server (only macOS and Linux):

[email protected]:~$ python3 -m http.server 4000 --bind localhost

Developers

Project assistance

If you want to say «thank you» or/and support active development vue-goodshare:

  1. Add a GitHub Star to project.
  2. Twit about project on your Twitter.
  3. Donate some money to project author via PayPal: @paypal.me/koddr.
  4. Join DigitalOcean at our referral link (your profit is $100 and we get $25).

Thanks for your support! 😘 Together, we make this project better every day.

Stargazers over time

Stargazers over time

Code Contributors

This project exists thanks to all the people who contribute.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].