Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 755 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 755 Bytes

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/)