Skip to content

Optional Vue/Vuex tools pane. #46

Open
@Decipher

Description

@Decipher

As a developer I want to provide tools for my users to manipulate Vue live based documentation of components that rely on Vuex data.

I'm currently working on a set of modules, all heavily documented, that interconnect and via common Vuex stores.
I have put together a custom Vuepress theme that provides some initial mock data for my live examples: https://github.com/druxt/vuepress-theme-druxt/blob/feature/1-poc/enhanceApp.js

The main issue I face is that if a user changes the Live demo and references Vuex data that is not present it will not work.

Having the ability to show the Vuex data, and an easy way for a user to manipulate said data, should resolve the issue.

I suspect this could already be done with a custom layout for Vue Live, but that's a bit tricker as I am using Vue Live via the Vuepress plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions