vue-seo
vue-seo copied to clipboard
Contribution Docs
Hey again!
I'd love to help out with a couple more pull requests for #7 and #8 but I'm not exactly sure where to start. When I start the webpack dev server I get a styled directory listing of the files in the project. How have you been going about working/testing the plugin, or do you have a few instructions that would help me get started?
Hello,
Basically I run webpack --watch
and include the index.js
in some html file and try the features I'm adding. When I'm done I turn this html file in examples that can be integrated in the docs.
I hope it is clear. Feel free t ask me questions
@GuillaumeLeclerc alright, I'll give that a try right now. For my use case I need to add a twitter card markup so I'll PR that when I get things running.
@GuillaumeLeclerc What ended up working for me was setting up an example folder with some basic markup and including a script tag to the compiled source at ../../index.js
and then using browser-sync to to spin up a dev server so the Vue devtools would work.
There are already some example using jsfiddle if I remember well