Luke Lewis

Results 4 issues of Luke Lewis

Hi, I've discovered a couple of issues with sidebar nav links in the docs build and have implemented fixes for both [on a fork](https://github.com/lukenofurther/vue-design-system/tree/feature/fix-sidebar-nav). Firstly, as you click on links...

Fixes issue #158, as suggested in this [vue-styleguidist issue](vue-styleguidist/vue-styleguidist#251). Note that the first commit simply commits changes that appear in package-lock.json after running the initial `npm install`.

What are your thoughts on including the documentation/instructions for VDS inside the repo itself, rather than only in the wiki? My thinking is this - if someone is using a...

Are there any intentions in your project to properly include [mixins](https://vuejs.org/v2/guide/mixins.html) in the VDS generated documentation application? This would allow component composition and minimise code duplication. I'd like to abstract...