We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67542a4 commit 49cb9f1Copy full SHA for 49cb9f1
1 file changed
packages/docs/src/routes/(routes)/docs/install/vue/+page.md
@@ -18,7 +18,7 @@ npm create vite@latest ./ -- --template vue
18
### 2. Install Tailwind CSS and daisyUI
19
20
```sh:Terminal
21
-npm install tailwindcss@latest @tailwindcss/vite@latest daisyui@latest
+npm install -D tailwindcss@latest @tailwindcss/vite@latest daisyui@latest
22
```
23
24
Add Tailwind CSS to Vite config
0 commit comments