vuejs-component-style-guide icon indicating copy to clipboard operation
vuejs-component-style-guide copied to clipboard

Add standalone templates as suggestion

Open klarkc opened this issue 8 years ago • 2 comments

I developed this template https://github.com/InCuca/vue-standalone-component/ using my experience with Polymer components: paper, iron, etc. In this template I tried to create a standalone component using https://github.com/vue-styleguidist/vue-styleguidist, the next step is add karma tests for a full self-contained component strucuture.

What do you think about linking some of the community made templates in the docs (there are more in github)?

klarkc avatar Sep 13 '17 17:09 klarkc

I think it would be awesome to have demo apps here @klarkc :D I couldn't find it but is styleguidist using this repo style guide?

pablohpsilva avatar Sep 19 '17 23:09 pablohpsilva

Somehow yes, but the styleguidist only worries about documentation and the playground (demo), not about all aspects of this repo style guide. That's why I am doing this as a premade way to create components using the best libraries that exists in the community. These templates can be used by newbies in Vue (like me) as a start point to put all these concepts in practice.

klarkc avatar Sep 20 '17 00:09 klarkc