From Vuex to Pinia

This is the companion repo to the Vue Master course: From Vuex to Pinia.

Local Setup Instructions

# Install dependencies
npm install

# Run local server with database
npm run dev

If you're having issues with running the json-server for the database, you will also want to run the following command to run the database server separately.

# Run database
npm run db