...

/

Challenge: Create a Minimal Blog Engine Using Vuex

Challenge: Create a Minimal Blog Engine Using Vuex

Assess your learning by creating a minimal blog engine using Vuex.

We'll cover the following...

Task

Modify the provided code to use Vuex, and follow the steps below:

  1. Open the src/store.js file.

  2. Define state properties for posts (an array to hold posts) and post (to hold the current post). ...