=== WP Vue by Shaanz ===
Donate link: http://shaanz.com/
Tags: vue, wp vue
Requires at least: 3.5.0
Tested up to: 5.0.1
Requires PHP: 5.6
Stable tag: trunk
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 
WP Vue by Shaanz gives the power of lastest VueJS to use in your Wordpress pages, posts or any custom post types.
 
== Description ==
 
WP Vue by Shaanz plugin will provide you with latest stable version of VueJS.

You can opt for development as well as production for individual post types
OR
You can globally set an option by going through Settings --> WP Vue.

Features
 
*   Ability to manage loading VueJS on individual pages/posts or even any custom post types.
*   Ability to overide the individual settings with global settings.
*   overide global settings on a page/posts/custom post types if it i not forced globally.
 
 If there is global settings set as 'None', 'Development', 'Production' and has ticked the force load, all pages,
 posts or custom post types front pages will have the respective global setting. 
 If it is not forced, page settings will have the preference over global settings.
 
== Installation ==
 
You can install it as a usual wordpress plugin intallation setup.
 
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Change settings by going to Settings --> WP Vue and you are done.
 
== Frequently Asked Questions ==
 
= Does this can load development version of vuejs on specific page? =
 
Yes it can. Just select 'Development' on the respective page's WP Vue settings.
 
= Can I stop loading VueJS on multiple pages quickly? =
 
Yes you can. Select 'None' from global WP settings and tick to override individual settings.
 
== Screenshots ==
 
 1. Global settings in Settings--> WP Vue
 2. Global settings option
 3. WP Vue settings in the bottom sidebar on an individual page

 
== Changelog ==
 
= 0.2.4 =
* Stable
* Changes classes, namespaces as well as constants
* Minor bug fixes