Full-Stack Web Development with Vue.js and Node

(singke) #1
Introducing Vuex Chapter 8

Let's open the application and run the frontend and backend servers:


$ cd movie_rating_app
$ npm run build
$ nodemon server.js

Also, run the mongo server with the following command:


$ mongod

The movie listing page should look like this:


Let's start by installing vuex:


$ npm install --save vuex
Free download pdf