Introduction to Expressjs, Vue and Vuex
Building the News API Server with Express JS
Building the API for Weather and Currencies with API Server with Express JS
Testing your API in the Vue component
Setting up Vuex Store to Manage Frontend State.
Setting up Vuex module to manage news data from the API
Building the news by category component
Setting up Vuex store to manage weather data from the API
Setting up Vuex store to manage Currency data from the API - An Exercise
Connecting the news component to Vuex store
Connecting the weather component to Vuex store
Connecting the currency component to Vuex store
Setting up the routes for our website.
Setting up the page components
Conclusion and next steps