Skip to content

Commit 2c76be2

Browse files
committed
feat: add nuxt-http-preset module (nuxt#1098)
1 parent 5346488 commit 2c76be2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

icons/nuxt-http-preset.png

12.7 KB
Loading

modules/nuxt-http-preset.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: nuxt-http-preset
2+
description: >-
3+
A Nuxt module to manage and simplify HTTP requests across multiple APIs and
4+
endpoints.
5+
repo: DarlanPrado/nuxt-http-preset
6+
npm: nuxt-http-preset
7+
icon: 'nuxt-http-preset.png'
8+
github: https://github.com/DarlanPrado/nuxt-http-preset
9+
website: https://github.com/DarlanPrado/nuxt-http-preset
10+
learn_more: ''
11+
category: Request
12+
type: 3rd-party
13+
maintainers:
14+
- name: DarlanPrado
15+
github: DarlanPrado
16+
compatibility:
17+
nuxt: ^3.0.0
18+
requires: {}

0 commit comments

Comments
 (0)