vue-social-sharing

v1.0.0
A Vue.js component for sharing links to social networks
plugin vue vuejs social share

build

node config/build.js

changelog

conventional-changelog -i CHANGELOG.md -s -p angular

release

conventional-github-releaser -p angular && npm publish

clean

rm -rf coverage && rm -rf dist/*.js* && rm ./*.log

dev

webpack-dev-server --quiet --config config/webpack.dev.conf.js --host 0.0.0.0

lint

eslint src test config

sauce

npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile

sauce:coolkids

karma start config/karma.sauce.conf.js -- 0

sauce:ie

karma start config/karma.sauce.conf.js -- 1

sauce:mobile

karma start config/karma.sauce.conf.js -- 2

test

npm run lint && npm run test:cover && npm run test:e2e -- --env phantomjs

test:cover

karma start config/karma.cover.conf.js

test:coveralls

karma start config/karma.coveralls.conf.js

test:e2e

npm run build && node test/e2e/runner.js

test:unit

karma start config/karma.unit.conf.js

Metadata

  • MIT
  • >= 6.0
  • nicolasbeauvais
  • released 1/12/2017

Downloads

Maintainers