Discussion

Building a WordPress Plugin with Vue

Vue.js is a very popular progressive JavaScript library for building modern and rich user interfaces similar to Angular and React in terms of popularity, performance and component-based architecture. We’ll dive into the entire process of building a very simple WordPress plugin with a Vue interface that interacts with the WordPress REST API through the JavaScript Fetch API.

There is a very cool starter project to build wordpress plugin with Vue.

https://github.com/tareq1988/vue-wp-starter

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *