vuejs-wordpress-plugin-starter
vuejs-wordpress-plugin-starter copied to clipboard
[Request] Provide examples of how to add settings / integrate vue templates with php tags
Could you please add a couple boiler plate admin-options/settings to this base plugin?
I'm new to both vuejs and making wordpress plugins and i'm not finding it obvious (nor having much success in searching for) how to take this base plugin and add options/settings to the admin-options-page. As I clearly cannot put <?php.. tags inside the App.vue template I'm unable to bridge the gap between this template and the WP plugins codex.
I'll take a look around your theme starter to see if i can find an answer there but it'd be great if this starter could stand on its own. I realize this is a very new project and you're likely going to evolve it over time - and thank you for your efforts!