Single Page Application to manage un-published Blog Articles on WordPress
# 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/)