File tree 6 files changed +172
-165
lines changed 6 files changed +172
-165
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
export default defineAppConfig ( {
2
2
docus : {
3
3
title : 'Nuxt Tailwind' ,
4
- layout : {
5
- fluid : true
6
- } ,
7
- url : 'https://tailwindcss.nuxtjs.org/' ,
8
4
description : 'Add Tailwind CSS to your Nuxt application in seconds.' ,
5
+ image : '/cover.jpg' ,
9
6
socials : {
10
7
twitter : 'nuxt_js' ,
11
8
github : 'nuxt-modules/tailwindcss'
12
9
} ,
13
- image : '/cover.jpg' ,
14
10
header : {
15
- // title: false,
16
11
logo : true
17
- } ,
18
- footer : {
19
- iconLinks : [
20
- {
21
- label : 'Nuxt' ,
22
- href : 'https://nuxt.com' ,
23
- icon : 'IconNuxt'
24
- } ,
25
- {
26
- label : 'Vue Telescope' ,
27
- href : 'https://vuetelescope.com' ,
28
- icon : 'IconVueTelescope'
29
- }
30
- ]
31
12
}
32
13
}
33
14
} )
Original file line number Diff line number Diff line change 1
1
---
2
- title : Nuxt Tailwind
2
+ title : Home
3
3
description : Add Tailwind CSS to your Nuxt application in seconds.
4
4
navigation : false
5
5
layout : page
13
13
secondary:
14
14
- Star on GitHub →
15
15
- https://github.com/nuxt-community/tailwindcss-module
16
- snippet: yarn add -D @nuxtjs/tailwindcss
16
+ snippet: npm i -D @nuxtjs/tailwindcss
17
17
---
18
18
19
19
#title
@@ -31,23 +31,3 @@ This module helps you set up [Tailwind CSS](https://tailwindcss.com) in your [Nu
31
31
- Extendable by [Nuxt modules](https://modules.nuxtjs.org/)
32
32
::
33
33
::
34
-
35
- :: container { padded =false }
36
- ### Quick start
37
-
38
- <video poster =" https://res.cloudinary.com/nuxt/video/upload/v1596625297/nuxt-tailwindcss_ipv0ta.jpg " loop playsinline controls >
39
- <source src =" https://res.cloudinary.com/nuxt/video/upload/q_auto/v1596625297/nuxt-tailwindcss_ipv0ta.webm " type =" video/webm " />
40
- <source src =" https://res.cloudinary.com/nuxt/video/upload/q_auto/v1596625297/nuxt-tailwindcss_ipv0ta.mp4 " type =" video/mp4 " />
41
- <source src =" https://res.cloudinary.com/nuxt/video/upload/q_auto/v1596625297/nuxt-tailwindcss_ipv0ta.ogv " type =" video/ogg " />
42
- </video >
43
-
44
- ### Tailwind Viewer
45
-
46
- <video poster =" https://res.cloudinary.com/nuxt/video/upload/v1608225750/nuxt-tailwind-viewer_ktowjm.jpg " loop playsinline controls >
47
- <source src =" https://res.cloudinary.com/nuxt/video/upload/q_auto/v1608225750/nuxt-tailwind-viewer_ktowjm.webm " type =" video/webm " />
48
- <source src =" https://res.cloudinary.com/nuxt/video/upload/q_auto/v1608225750/nuxt-tailwind-viewer_ktowjm.mp4 " type =" video/mp4 " />
49
- <source src =" https://res.cloudinary.com/nuxt/video/upload/q_auto/v1608225750/nuxt-tailwind-viewer_ktowjm.ogv " type =" video/ogg " />
50
- </video >
51
-
52
- Learn more about the [ Tailwind viewer] ( /tailwind/viewer ) .
53
- ::
Original file line number Diff line number Diff line change 1
1
export default defineNuxtConfig ( {
2
- extends : [ '@nuxt-themes/docus' ] ,
3
- modules : [ 'nuxt-plausible' ] ,
4
- plausible : {
5
- domain : 'tailwindcss.nuxtjs.org'
6
- }
2
+ extends : '@nuxt-themes/docus' ,
3
+ modules : [ '@nuxtjs/plausible' ]
7
4
} )
Original file line number Diff line number Diff line change 12
12
"license" : " MIT" ,
13
13
"homepage" : " https://tailwindcss.nuxtjs.org" ,
14
14
"devDependencies" : {
15
- "@nuxt-themes/docus" : " ^1.6.1 " ,
15
+ "@nuxt-themes/docus" : " ^1.7.2 " ,
16
16
"@nuxtcloud/module-canary" : " ^0.1.0-27921143.69e3e37" ,
17
- "nuxt " : " ^3.1.1 " ,
18
- "nuxt-plausible " : " latest "
17
+ "@nuxtjs/plausible " : " ^0.2.0 " ,
18
+ "nuxt" : " ^3.1.1 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments