How to integrate Angular into a WordPress plugin - wordpress

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.

Related

How to use vue localization in wordoress plugin

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.

Wordpress theme with fullpage.js

I'm developing webpage which should have Wordpress backend. I'm coder, but I've never developed Wordpress template.
Do you know any theme based on fullpage.js, which I can modify ... and learn from it ?
Thank you!
As detailed in the fullPage.js website and its docs, here's one you can use. From Themify.
You might find another one at the resources section of the docs.

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

Using oauth with wordpress

I am creating a twitter plugin for wordpress and I was told that when using oauth you can't really make the plugin act natively because each time the user installs the plugin they have to add their own twitter api credentials because of the callback url. Is this correct? Or is there a workaround for this?
Thanks for your help in advance!
Any number of Twitter plugins use oauth; they would be good to check out for the necessary code and techniques: WordPress › Twitter WordPress Plugins

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