Skip to content

MarianoMiguel/wpVueContentManager

 
 

Repository files navigation

wp-vue-content-manager

Single Page Application to manage un-published Blog Articles on WordPress

Build Setup

# install dependencies
npm install
npm install vue-router
npm install axios
npm install buefy

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

To access the un-published posts on WordPress - install plugin REST API endpoints for Posts by Status(https://github.com/tejaswinideshpande/wp-rest-api-post-by-status)

And for adding JSON Web Token authentication support, install plugin JWT Authentication for WP REST API(https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/)

A starter project by - Tejaswini Deshpande(https://tejaswinideshpande.com/)

About

Content (Posts) Manager SPA for WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.9%
  • JavaScript 34.5%
  • HTML 1.6%