All Projects β†’ nuxt β†’ Http

nuxt / Http

Licence: mit
Universal HTTP Module for Nuxt.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Http

Axios Module
Secure and easy axios integration with Nuxt.js
Stars: ✭ 998 (+583.56%)
Mutual labels:  hacktoberfest, nuxt
Typed Vuex
🏦 A typed store accessor for vanilla Vuex.
Stars: ✭ 193 (+32.19%)
Mutual labels:  hacktoberfest, nuxt
Composition Api
Composition API hooks for Nuxt.
Stars: ✭ 441 (+202.05%)
Mutual labels:  hacktoberfest, nuxt
Pwa Module
Zero config PWA solution for Nuxt.js
Stars: ✭ 1,033 (+607.53%)
Mutual labels:  hacktoberfest, nuxt
Vue Sweetalert Icons
🎨 Clean animated status icons for your Vue project. Based on SweetAlert's status icons
Stars: ✭ 55 (-62.33%)
Mutual labels:  hacktoberfest, nuxt
Content
Nuxt Content lets you write in a content/ directory and fetch your Markdown, JSON, YAML, XML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS
Stars: ✭ 1,311 (+797.95%)
Mutual labels:  hacktoberfest, nuxt
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+6140.41%)
Mutual labels:  hacktoberfest, nuxt
Lichter.io
My own website and CV
Stars: ✭ 105 (-28.08%)
Mutual labels:  hacktoberfest, nuxt
Captain Fact Api
πŸ”Ž CaptainFact - API. The one that serves and process all the data for https://captainfact.io
Stars: ✭ 145 (-0.68%)
Mutual labels:  hacktoberfest
Woodstox
The gold standard Stax XML API implementation. Now at Github.
Stars: ✭ 145 (-0.68%)
Mutual labels:  hacktoberfest
Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (-1.37%)
Mutual labels:  hacktoberfest
Stremio Web
Stremio - The media center you need
Stars: ✭ 145 (-0.68%)
Mutual labels:  hacktoberfest
Intelowl
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Stars: ✭ 2,114 (+1347.95%)
Mutual labels:  hacktoberfest
Passer
Passive service locator, a python sniffer that identifies servers, clients, names and much more
Stars: ✭ 144 (-1.37%)
Mutual labels:  hacktoberfest
Laravel Ide Helper
Laravel IDE Helper
Stars: ✭ 11,893 (+8045.89%)
Mutual labels:  hacktoberfest
Imgpush
Minimalist Self-hosted Image Service for user submitted images in your app
Stars: ✭ 144 (-1.37%)
Mutual labels:  hacktoberfest
Atheos
A self-hosted browser-based cloud IDE, updated from Codiad IDE
Stars: ✭ 144 (-1.37%)
Mutual labels:  hacktoberfest
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+7775.34%)
Mutual labels:  hacktoberfest
Eureka
Elegant iOS form builder in Swift
Stars: ✭ 11,345 (+7670.55%)
Mutual labels:  hacktoberfest
Uwpprojects
A set of UWP controls and utilities
Stars: ✭ 145 (-0.68%)
Mutual labels:  hacktoberfest

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].