This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 3 files changed +19
-18
lines changed
3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,19 @@ module.exports = {
75
75
'@/plugins/antd-ui'
76
76
< % _ } _ % >
77
77
] ,
78
- < % _ if ( eslint ) { _ % >
78
+ < % _ if ( eslint || ui === 'tailwind' ) { _ % >
79
79
/*
80
- ** Nuxt.js devModules
80
+ ** Nuxt.js dev-modules
81
81
*/
82
82
devModules : [
83
+ < % _ if ( eslint ) { _ % >
84
+ // Doc: https://github.com/nuxt-community/eslint-module
83
85
'@nuxtjs/eslint-module' ,
86
+ < % _ } _ % >
87
+ < % _ if ( ui === 'tailwind' ) { _ % >
88
+ // Doc: https://github.com/nuxt-community/nuxt-tailwindcss
89
+ '@nuxtjs/tailwindcss'
90
+ < % _ } _ % >
84
91
] ,
85
92
< % _ } _ % >
86
93
/*
@@ -91,7 +98,7 @@ module.exports = {
91
98
// Doc: https://bootstrap-vue.js.org/docs/
92
99
'bootstrap-vue/nuxt' ,
93
100
< % _ } else if ( ui === 'bulma' ) { _ % >
94
- // Doc:https://github.com/nuxt-community/modules/tree/master/packages/bulma
101
+ // Doc: https://github.com/nuxt-community/modules/tree/master/packages/bulma
95
102
'@nuxtjs/bulma' ,
96
103
< % _ } else if ( ui === 'buefy' ) { _ % >
97
104
// Doc: https://buefy.github.io/#/documentation
@@ -107,14 +114,6 @@ module.exports = {
107
114
'@nuxtjs/pwa' ,
108
115
< % _ } _ % >
109
116
] ,
110
- < % _ if ( ui === 'tailwind' ) { _ % >
111
- /*
112
- ** Nuxt.js dev-modules
113
- */
114
- devModules : [
115
- '@nuxtjs/tailwindcss'
116
- ] ,
117
- < % _ } _ % >
118
117
< % _ if ( axios ) { _ % >
119
118
/*
120
119
** Axios module configuration
Original file line number Diff line number Diff line change @@ -385,9 +385,10 @@ Generated by [AVA](https://ava.li).
385
385
plugins: [␊
386
386
],␊
387
387
/*␊
388
- ** Nuxt.js devModules ␊
388
+ ** Nuxt.js dev-modules ␊
389
389
*/␊
390
390
devModules: [␊
391
+ // Doc: https://github.com/nuxt-community/eslint-module␊
391
392
'@nuxtjs/eslint-module',␊
392
393
],␊
393
394
/*␊
@@ -2445,7 +2446,7 @@ Generated by [AVA](https://ava.li).
2445
2446
** Nuxt.js modules␊
2446
2447
*/␊
2447
2448
modules: [␊
2448
- // Doc:https://github.com/nuxt-community/modules/tree/master/packages/bulma␊
2449
+ // Doc: https://github.com/nuxt-community/modules/tree/master/packages/bulma␊
2449
2450
'@nuxtjs/bulma',␊
2450
2451
],␊
2451
2452
/*␊
@@ -2831,17 +2832,18 @@ Generated by [AVA](https://ava.li).
2831
2832
plugins: [␊
2832
2833
],␊
2833
2834
/*␊
2834
- ** Nuxt.js modules␊
2835
- */␊
2836
- modules: [␊
2837
- ],␊
2838
- /*␊
2839
2835
** Nuxt.js dev-modules␊
2840
2836
*/␊
2841
2837
devModules: [␊
2838
+ // Doc: https://github.com/nuxt-community/nuxt-tailwindcss␊
2842
2839
'@nuxtjs/tailwindcss'␊
2843
2840
],␊
2844
2841
/*␊
2842
+ ** Nuxt.js modules␊
2843
+ */␊
2844
+ modules: [␊
2845
+ ],␊
2846
+ /*␊
2845
2847
** Build configuration␊
2846
2848
*/␊
2847
2849
build: {␊
You can’t perform that action at this time.
0 commit comments