@scalar/nuxt 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/module.json +1 -1
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@scalar/nuxt)
|
|
6
6
|
[](https://discord.gg/8HeZcRGPFS)
|
|
7
7
|
|
|
8
|
+
This plugin provides an easy way to render a beautiful API reference based on a OpenAPI/Swagger file with Nuxt.
|
|
9
|
+
|
|
10
|
+
[](https://docs.scalar.com/swagger-editor)
|
|
11
|
+
|
|
8
12
|
## Quick Setup
|
|
9
13
|
|
|
10
14
|
Install the module to your Nuxt application with one command:
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"testing",
|
|
16
16
|
"vue"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.
|
|
18
|
+
"version": "0.0.8",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
21
21
|
},
|
|
@@ -32,12 +32,9 @@
|
|
|
32
32
|
"files": [
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
|
-
"peerDepenencies": {
|
|
36
|
-
"debug": "4.3.4"
|
|
37
|
-
},
|
|
38
35
|
"dependencies": {
|
|
39
36
|
"@nuxt/kit": "^3.11.2",
|
|
40
|
-
"@scalar/api-reference": "1.22.
|
|
37
|
+
"@scalar/api-reference": "1.22.1"
|
|
41
38
|
},
|
|
42
39
|
"devDependencies": {
|
|
43
40
|
"@nuxt/devtools": "^1.1.5",
|