Easily inject Vue.js app into WordPress via shortcode.
As of April 2026, SC-Vue is a WordPress vue plugin with 40 active installations and a 5/5 rating from 1 reviews. It has been downloaded 2.5K+ times in total. Requires WordPress 5.4+ and PHP 7.0+. Available on WordPress.org since 2020. Last updated 4 years ago — may have compatibility concerns. Top alternative: Wp Vue.
SC-Vue provides a shortcode to inject Vue.js apps
into WordPress pages and posts. For example, the following shortcode
would inject the ‘demo_posts’ app:
[pl2010_vue app="demo_posts"/]
An app is made up of two files, index.js and index.html. They reside
in a subdirectory bearing the app’s name under the ‘apps’ directory
in the plugin. For the ‘demo_posts’ app, that means:
The index.js Javascript file sets up an initialization function for
creating a Vue model. That model controls a <div> DOM element that
SC-Vue renders; the content of that <div> comes from index.html.
See apps/demo_01 and apps/demo_02 for simple exampl…
| WordPress | 5.4+ requiredTested up to 5.7.15 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.