Skip to content

Latest commit

 

History

History
executable file
·
53 lines (40 loc) · 2.16 KB

README.md

File metadata and controls

executable file
·
53 lines (40 loc) · 2.16 KB

@nuxt/http

Nuxt HTTP

npm version npm downloads Github Actions CI Codecov License Standard JS

HTTP module for Nuxt with a universal way to make HTTP requests to the API backend.

Features

  • The fluent ky API has been extended with enhancements and shortcuts
  • Highly customizable options support for BaseURL
  • Automatically proxy cookies and headers when making requests from server side
  • Best practices to avoid token sharing when making server side requests
  • Easy proxy support to avoid CORS problems and making deployment easier

📖  Read more

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start development server using yarn dev

📑 License

MIT License

Copyright (c) Nuxt.js Team