How to use vue localization in wordoress plugin - wordpress

I have been developed a wordpress plugin along with vue js. Right now i want make this plugin multi lingual.
Can you guys please helps me out to how i can use vue i18n in wordpress plugin.
I tried to use wp-vue-i18n. But still failed because of proper documentation.

Related

WordPress - Implement i18n in an headless theme made with vue 3

I'm building a WordPress headless theme that is using vue 3 under the hood.
I'm able to load vue inside a page template, and I've fixed a problem I had with routing when a page were refreshed.
Now I'm facing the i18n internalization problem, I need to have the site translated into different languages, is there a way to do this in an headless theme?
If it was a traditional WP theme there are a lot of plugin that are doing this, but how I can manage this aspect in my vue app by using wp as backend?

How to use Nuxt.js components in a WordPress project?

I have a large Nuxt.js project with many different components. Now I want to reuse these components in a new project which uses WordPress. So for example I want to be able to display a certain component on a WordPress page or post.
My first thought was to only use Vue.js without Nuxt but then I would not be able to use the Nuxt components without having to remove Nuxt-specific code. I know that there is also a way to use Nuxt programmatically as a middleware but I can't figure out how to do this with WordPress.
Can someone guide me into the right direction?

How to integrate Angular into a WordPress plugin

How can we integrate a Angular project (Angular2) into a WordPress plugin that will be pushed into official WP repository? What dependency should be added?
Thanks
You can give your first try with https://1fix.io/blog/2014/11/05/angularjs-json-api-wp-theme/
In a similar way we can implement in wp plugin as well.

Wordpress restAPI?

Is there now an official wordpress restAPI integration or I have to use some of from the provided plugins what are many of theme?
I remember that they wanted to integrate one of the plugins in the core but now I do not find nothing googleing over and over.
If I have to use one of the plugins which should be that?
https://github.com/WP-API/WP-API ?
https://wordpress.org/plugins/json-api/ ?
I would like to use it to get my custom post types and use it with ReactJS
This is official plugin
https://wordpress.org/plugins/rest-api/
And this is api guide
http://v2.wp-api.org

wordpress plugin development

Does anybody know about a simple customizable wordpress plugin framework with the help of which i can build more frameworks rapidly ??.
There is no any plugin framework. And you don't need to build any. If you want to learn how to create WP plugins, just go and download some simple. See how they works, read docs. And viola.
You might check out:
LMB^Box WordPress Plugin API
GD Plugin Core
Wordpress Plugin Framework Reloaded
Search for them at http://wordpress.org/extend/plugins/

Resources