@nuxtus/nuxtus 2.2.1 → 2.2.2
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/CHANGELOG.md +2 -0
- package/README.md +7 -7
- package/client/package.json +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -23,10 +23,10 @@ It also includes [nuxtus/cli]("https://github.com/nuxtus/cli") which provides a
|
|
|
23
23
|
|
|
24
24
|
The below shows the Nuxtus projects in order based on packages that depend on each other with generator having no Nuxtus dependencies and create-nuxtus requiring all packages. This assists in development and deployment of new versions.
|
|
25
25
|
|
|
26
|
-
generator :: creates nuxt pages from Directus collections
|
|
27
|
-
nuxt-module :: a Nuxt module that includes generator for creating nuxt pages in a nuxt project during development
|
|
28
|
-
nuxt-cli :: a CLI tool to manually generate Nuxt pages rather than using autogeneration, used within a Nuxt project
|
|
29
|
-
localtunnel :: a Nuxt module that allows external access to a local Nuxt development project using Local Tunnel
|
|
30
|
-
hook :: a Directus webhook extension that handles the automatic creation of Nuxt pages and types when a new collection is created in Directus
|
|
31
|
-
nuxtus :: the boilerplate project used by create-nuxtus to generate the Directus server and Nuxtus client
|
|
32
|
-
create-nuxtus :: npx package to quickly and easily create a new Nuxtus project
|
|
26
|
+
- generator :: creates nuxt pages from Directus collections
|
|
27
|
+
- nuxt-module :: a Nuxt module that includes generator for creating nuxt pages in a nuxt project during development
|
|
28
|
+
- nuxt-cli :: a CLI tool to manually generate Nuxt pages rather than using autogeneration, used within a Nuxt project
|
|
29
|
+
- localtunnel :: a Nuxt module that allows external access to a local Nuxt development project using Local Tunnel
|
|
30
|
+
- hook :: a Directus webhook extension that handles the automatic creation of Nuxt pages and types when a new collection is created in Directus
|
|
31
|
+
- nuxtus :: the boilerplate project used by create-nuxtus to generate the Directus server and Nuxtus client
|
|
32
|
+
- create-nuxtus :: npx package to quickly and easily create a new Nuxtus project
|
package/client/package.json
CHANGED
|
@@ -10,10 +10,13 @@
|
|
|
10
10
|
"@nuxtjs/google-fonts": "3.1.3",
|
|
11
11
|
"@nuxtjs/tailwindcss": "6.11.4",
|
|
12
12
|
"@nuxtus/cli": "2.1.0",
|
|
13
|
-
"@nuxtus/nuxt-module": "2.
|
|
13
|
+
"@nuxtus/nuxt-module": "2.4.0",
|
|
14
14
|
"nuxt": "^3.10.2"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@directus/sdk": "^15.0.1"
|
|
18
|
+
},
|
|
19
|
+
"volta": {
|
|
20
|
+
"node": "20.11.1"
|
|
18
21
|
}
|
|
19
22
|
}
|