vuejs-component-style-guide
vuejs-component-style-guide copied to clipboard
Add standalone templates as suggestion
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)?
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?
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.