Skip to content

Commit bf1e44e

Browse files
Us3r-gitHubaikuci
andauthored
docs: update quickstart doc and update nuxt dependencies (chakra-ui#3419)
* fix(docs-quickstart): correct href property for Nuxt framework * chore(template-nuxt): add TypeScript as a dev dependency --------- Co-authored-by: Aikuci <achsanh@gmail.com>
1 parent 7f45d00 commit bf1e44e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

templates/nuxt/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"nuxt": "3.16.2",
1515
"vue": "3.5.13",
1616
"vue-router": "4.5.0"
17+
},
18+
"devDependencies": {
19+
"typescript": "5.8.2"
1720
}
18-
}
21+
}

website/src/components/quickstart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NextJsIcon, NuxtIcon, SolidStartIcon } from './marketing/icons'
55
export const quickstartFrameworks = [
66
{ name: 'Next.js', icon: NextJsIcon, href: 'https://stackblitz.com/edit/github-qcm2dskf' },
77
{ name: 'Solid Start', icon: SolidStartIcon, href: 'https://stackblitz.com/edit/github-1hgkbbln' },
8-
{ name: 'Nuxt', icon: NuxtIcon, shreflug: 'https://stackblitz.com/edit/github-s3sg6syq' },
8+
{ name: 'Nuxt', icon: NuxtIcon, href: 'https://stackblitz.com/edit/github-s3sg6syq' },
99
]
1010
export const Quickstart = () => {
1111
return (

0 commit comments

Comments
 (0)