diff --git a/apps/www/src/content/docs/installation/vite.md b/apps/www/src/content/docs/installation/vite.md index 68aa1088..b1a512ef 100644 --- a/apps/www/src/content/docs/installation/vite.md +++ b/apps/www/src/content/docs/installation/vite.md @@ -11,10 +11,10 @@ Start by creating a new Vue project using `vite`: ```bash # npm 6.x -npm create vite@latest my-vue-app --template vue +npm create vite@latest my-vue-app --template vue-ts # npm 7+, extra double-dash is needed: -npm create vite@latest my-vue-app -- --template vue +npm create vite@latest my-vue-app -- --template vue-ts ``` ### Add Tailwind and its configuration @@ -103,4 +103,4 @@ import { Button } from '@/components/ui/button' ``` - \ No newline at end of file +