This example shows how to use the useCookie API to persist small amounts of data that both client and server can use.
Testing
This example shows how to test your Nuxt application.
Use Custom Fetch Composable
This example shows a convenient wrapper for the useFetch composable from nuxt. It allows you to customize the fetch request with default values and user authentication token.