File tree 1 file changed +1
-34
lines changed
apps/www/src/content/docs/installation
1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change @@ -27,22 +27,11 @@ npm create vite@latest my-vue-app -- --template vue-ts
27
27
28
28
Install ` tailwindcss ` and its peer dependencies, then generate your ` tailwind.config.js ` and configure ` postcss ` plugins
29
29
30
- <TabsMarkdown >
31
- <TabMarkdown title =" vite.config " >
32
-
33
30
``` bash
34
31
npm install -D @tailwindcss/vite @tailwindcss/postcss autoprefixer
35
32
```
36
33
37
- <Callout >
38
-
39
- > [ !TODO]
40
- > not sure if the following still applicable
41
- If you're utilizing ` postcss.config.js ` , these changes will be inconsequential.
42
-
43
- </Callout >
44
-
45
- #### ` vite.config `
34
+ #### ` vite.config `
46
35
47
36
``` typescript {2,3,8-12}
48
37
import vue from ' @vitejs/plugin-vue'
@@ -61,28 +50,6 @@ export default defineConfig({
61
50
})
62
51
```
63
52
64
- </TabMarkdown >
65
-
66
- <TabMarkdown title =" postcss.config.js " >
67
-
68
- ``` bash
69
- npm install -D tailwindcss autoprefixer postcss
70
- ```
71
-
72
- #### ` postcss.config.js `
73
-
74
- ``` js
75
- module .exports = {
76
- plugins: {
77
- tailwindcss: {},
78
- autoprefixer: {},
79
- },
80
- }
81
- ```
82
-
83
- </TabMarkdown >
84
- </TabsMarkdown >
85
-
86
53
### Edit tsconfig/jsconfig.json
87
54
88
55
<Callout >
You can’t perform that action at this time.
0 commit comments