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 => {
55 name : "scaffold" ,
66 message : "Add support for base components?" ,
77 default : true ,
8+ group : "Strongly recommended" ,
89 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" ,
911 } ,
1012 {
1113 type : "confirm" ,
1214 name : "tailwind" ,
1315 message : "Add support for tailwind?" ,
1416 default : true ,
17+ group : "Strongly recommended" ,
1518 description : "This will install tailwind and add the necessary configuration files." ,
19+ link : "https://github.com/DevTony101/vue-cli-plugin-clean#Features" ,
1620 }
1721 ]
1822
@@ -22,7 +26,9 @@ module.exports = pkg => {
2226 name : "prettier" ,
2327 message : "Add prettier configuration?" ,
2428 default : true ,
29+ group : "Strongly recommended" ,
2530 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" ,
2632 } ) ;
2733 }
2834
You can’t perform that action at this time.
0 commit comments