Skip to content

Setup initial Vue app for design management

Phil Hughes requested to merge (removed):design-management-vue-app into master

What does this MR do?

Creates & setups the initial Vue app for design management.

It uses Vue Router so that we can easily manage the root view, which will show all designs, and the individual design view, which will show the design, details and discussions etc. At the moment it uses hash for the mode where it would be nicer to use history, however that requires some Ruby changes that I would prefer to avoid for now.

Sets up GraphQL with the ability to use apollo-link-state for local state management.

Does this MR meet the acceptance criteria?

Edited by Phil Hughes

Merge request reports