nuxt / http

Universal HTTP Module for Nuxt.js

Home Page:https://http.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

Nuxt 3

HTTP module supports Nuxt 2. Nuxt 3 users can use the new isomorphic $fetch API (migration guide).

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
  4. Then go for instance to http://localhost:3000/mounted

πŸ“– Contribute to the documentation

  1. Go into the docs folder
  2. Install dependencies using yarn install
  3. Start development server using yarn dev

πŸ“‘ License

MIT License

Copyright (c) Nuxt.js Team

About

Universal HTTP Module for Nuxt.js

https://http.nuxtjs.org

License:MIT License


Languages

Language:JavaScript 91.8%Language:Vue 8.2%