Create A Full Fake REST API With JSON Server in a Vue application
In this tutorial, you will learn what JSON server is and how to use it. JSON Server allows us to create a full fake REST API that you can use to rapidly prototype your application. We will start by looking at how to create fake data for your new REST API so that it fits into your application. Finally, you will learn how to add JSON Server to a Vue application. With your new API in place, you will use the API to display data in a Single File Component. When you have completed this tutorial you should under
|
|