@@ -31,12 +31,12 @@ const FRAMEWORKS = [
3131 variants : [
3232 {
3333 name : 'vue3-ts-simple' ,
34- display : ' Vue3, TS, ESlint, VueDsfr, Autoimport ' ,
34+ display : ' Vue3, TS, ESlint, Autoimport, VueDsfr ' ,
3535 color : yellow
3636 } ,
3737 {
3838 name : 'vue3-ts-complet' ,
39- display : 'Vue3, TS, ESLint, VueDsfr, Autoimport, Pinia, PWA, Prettier, Vitest, Cypress ' ,
39+ display : 'Vue3, TS, ESLint, Autoimport, Pinia, PWA, Vitest, Playwright, VueDsfr ' ,
4040 color : magenta
4141 } ,
4242 ] ,
@@ -47,12 +47,12 @@ const FRAMEWORKS = [
4747 variants : [
4848 {
4949 name : 'nuxt3-ts-simple' ,
50- display : ' Nuxt3, TS, ESLint' ,
50+ display : 'Nuxt3, TS, ESLint, VueDsfr ' ,
5151 color : lightBlue
5252 } ,
5353 {
5454 name : 'nuxt3-ts-complet' ,
55- display : 'Nuxt3, TS, ESLint, Vitest, Cypress ' ,
55+ display : 'Nuxt3, TS, ESLint, Vitest, Playwright, PWA, VueDsfr ' ,
5656 color : blue
5757 } ,
5858 ] ,
@@ -81,7 +81,7 @@ async function init() {
8181 {
8282 type : targetDir ? null : 'text' ,
8383 name : 'projectName' ,
84- message : 'Nom du projet:' ,
84+ message : 'Nom du projet :' ,
8585 initial : defaultProjectName ,
8686 onState : ( state ) =>
8787 ( targetDir = state . value . trim ( ) || defaultProjectName )
0 commit comments