File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,18 @@ module.exports = pkg => {
5
5
name : "scaffold" ,
6
6
message : "Add support for base components?" ,
7
7
default : true ,
8
+ group : "Strongly recommended" ,
8
9
description : "In addition to deleting all pre-built components, it will add lodash and the necessary configuration for supporting base components." ,
10
+ link : "https://github.com/DevTony101/vue-cli-plugin-clean#Features" ,
9
11
} ,
10
12
{
11
13
type : "confirm" ,
12
14
name : "tailwind" ,
13
15
message : "Add support for tailwind?" ,
14
16
default : true ,
17
+ group : "Strongly recommended" ,
15
18
description : "This will install tailwind and add the necessary configuration files." ,
19
+ link : "https://github.com/DevTony101/vue-cli-plugin-clean#Features" ,
16
20
}
17
21
]
18
22
@@ -22,7 +26,9 @@ module.exports = pkg => {
22
26
name : "prettier" ,
23
27
message : "Add prettier configuration?" ,
24
28
default : true ,
29
+ group : "Strongly recommended" ,
25
30
description : "This will add a prettier configuration file and add a vue/plugin-recommended plugin to your eslint configuration file." ,
31
+ link : "https://github.com/DevTony101/vue-cli-plugin-clean#Features" ,
26
32
} ) ;
27
33
}
28
34
You can’t perform that action at this time.
0 commit comments