Skip to content

Commit d5d5beb

Browse files
committed
Adding description for VueUI integration
1 parent b665590 commit d5d5beb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

prompts.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ module.exports = pkg => {
55
name: 'scaffold',
66
message: 'Add support for base components?',
77
default: false,
8+
description: 'In addition to deleting all pre-built components, it will add lodash and the necessary configuration for supporting base components.',
89
},
910
{
1011
type: 'confirm',
1112
name: 'tailwind',
1213
message: 'Add support for tailwind?',
1314
default: false,
15+
description: 'This will install tailwind and add the necessary configuration files.',
1416
}
1517
]
1618

@@ -20,7 +22,8 @@ module.exports = pkg => {
2022
name: 'prettier',
2123
message: 'Add prettier configuration?',
2224
when: true,
23-
})
25+
description: 'This will add a prettier configuration file and add a vue/plugin-recommended plugin to your eslint configuration file.',
26+
});
2427
}
2528

2629
return prompts;

0 commit comments

Comments
 (0)