API tour
In this video, we're going to get aquainted with the Node.js API I've provided for use in this project.
The reason I've provided this is so we have access to some content for our Vue app to display.
You won't have to modify this API at all during the course, but it's a good idea to take a look at it so you understand roughly how it works.
package.json
As I said previously, this project is based on a Vue CLI scaffold so you'll see a lot of the same config.
Click to load comments...