- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.json
More file actions
Latest commit
19 lines (19 loc) · 495 Bytes
/
Copy pathstack.json
File metadata and controls
19 lines (19 loc) · 495 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "nuxtstack",
"title": "Nuxtstack",
"description": "Similar to MKstack, but build upon Nuxt with Vue and Javascript only (so no React and no Typescript).",
"commands": [
"npm",
"npx"
],
"uri": "git+https://gitlab.com/sebastix-group/nostr/nuxtstack.git",
"image": "https://gitlab.com/sebastix-group/nostr/nuxtstack/-/raw/master/public/nuxtstack-cover.png",
"license": "MIT",
"tech": [
"vue",
"nuxt",
"tailwindcss",
"vite",
"javascript"
]
}