Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-comments-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-comments-plugin

Commenting Plugin for Vue.js

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 28 Apr 2018

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