Open
Description
A section of the cookbook could be using Vue for isolated CMS-driven components. The idea could help demonstrate how Vue can be dropped into an existing project quite easily. The recipe could delve into a few different aspects of this use of Vue, including:
- How to initialise a Vue component from a CMS agnostic template DOM element
- How to add configuration via the DOM and inject config options into Vue
- How to structure Vue components (containers and presentational components)
- Configuring Vue in an HTML template build project
Let me know what you think! I'd be happy to contribute to this recipe 👍