Skip to content

Commit 02bb3b6

Browse files
committed
Adding ui options
1 parent 3e1bdc1 commit 02bb3b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

prompts.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)