vue-seo icon indicating copy to clipboard operation
vue-seo copied to clipboard

Contribution Docs

Open seanwash opened this issue 8 years ago • 4 comments

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?

seanwash avatar Aug 18 '16 18:08 seanwash

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 avatar Aug 19 '16 16:08 GuillaumeLeclerc

@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.

seanwash avatar Sep 27 '16 15:09 seanwash

@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.

seanwash avatar Sep 27 '16 19:09 seanwash

There are already some example using jsfiddle if I remember well

GuillaumeLeclerc avatar Sep 28 '16 01:09 GuillaumeLeclerc