Use @nuxtjs/strapi to add Authentication to your project

Found out that Nuxt ignoring /api part in config file nuxt.config.js. Fixed by adding a slash in URL strings after ‘/api’ in env: STRAPI_URL and strapi: url values. Thanks for nice tutorial!