Socket
Socket
Sign inDemoInstall

vue-comments-plugin

Package Overview
Dependencies
163
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-comments-plugin

Commenting Plugin for Vue.js


Version published
Maintainers
1
Created

Readme

Source

Comments Widget for Vue.js

Scrutinizer Code Quality Code Coverage Build Status

Thought as a general purpose comments widget based on Vue.js. Similar to Facebooks comments or Disqus.

THIS IS WORK IN PROGRESS!

It already works but there are things to improve and bugs to find and fix.

Usage

Load the VueComments plugin and VeeValidate, it will register everything that is required.

import Vue from 'vue';
import VeeValidate from 'vee-validate';
import VueComments from 'vue-comments';

Vue.use(VeeValidate);
Vue.use(VueComments);

var vueApp = new Vue({
	el: '#vue-app',
	data: {}
});

Use it inside your applications markup:

<h3>Comments</h3>
<comments-widget
	model="SocialObject"
	model-id="1">
</comments-widget>

Building and Development

Build a dist

yarn install
yarn run build
yarn run watch

Run yarn run for additional scripts.

License

Copyright Florian Krämer

GPL 3.0

Keywords

FAQs

Last updated on 28 Apr 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc