create-vue 3.12.2 → 3.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.md +6 -1
  2. package/outfile.cjs +299 -106
  3. package/package.json +8 -8
  4. package/template/bare/base/src/App.vue +7 -0
  5. package/template/bare/cypress-ct/src/__tests__/App.cy.js +8 -0
  6. package/template/bare/nightwatch-ct/src/__tests__/App.spec.js +14 -0
  7. package/template/bare/typescript/src/App.vue +7 -0
  8. package/template/bare/vitest/src/__tests__/App.spec.js +11 -0
  9. package/template/base/node_modules/.bin/vite +2 -2
  10. package/template/base/package.json +2 -2
  11. package/template/base/vite.config.js.data.mjs +1 -1
  12. package/template/code/default/src/components/TheWelcome.vue +16 -12
  13. package/template/code/router/src/components/TheWelcome.vue +16 -12
  14. package/template/code/typescript-default/src/components/TheWelcome.vue +16 -12
  15. package/template/code/typescript-router/src/components/TheWelcome.vue +16 -12
  16. package/template/config/cypress/cypress/{e2e/jsconfig.json → jsconfig.json} +2 -1
  17. package/template/config/cypress/node_modules/.bin/cypress +2 -2
  18. package/template/config/cypress/node_modules/.bin/server-test +2 -2
  19. package/template/config/cypress/node_modules/.bin/start-server-and-test +2 -2
  20. package/template/config/cypress/node_modules/.bin/start-test +2 -2
  21. package/template/config/cypress/package.json +2 -2
  22. package/template/config/cypress-ct/node_modules/.bin/cypress +2 -2
  23. package/template/config/cypress-ct/package.json +1 -1
  24. package/template/config/jsx/node_modules/.bin/vite +2 -2
  25. package/template/config/jsx/package.json +1 -1
  26. package/template/config/nightwatch/node_modules/.bin/chromedriver +2 -2
  27. package/template/config/nightwatch/node_modules/.bin/geckodriver +2 -2
  28. package/template/config/nightwatch/node_modules/.bin/nightwatch +2 -2
  29. package/template/config/nightwatch/node_modules/.bin/ts-node +2 -2
  30. package/template/config/nightwatch/node_modules/.bin/ts-node-cwd +2 -2
  31. package/template/config/nightwatch/node_modules/.bin/ts-node-esm +2 -2
  32. package/template/config/nightwatch/node_modules/.bin/ts-node-script +2 -2
  33. package/template/config/nightwatch/node_modules/.bin/ts-node-transpile-only +2 -2
  34. package/template/config/nightwatch/node_modules/.bin/ts-script +2 -2
  35. package/template/config/nightwatch/node_modules/.bin/vite +2 -2
  36. package/template/config/nightwatch/package.json +3 -3
  37. package/template/config/pinia/package.json +1 -1
  38. package/template/config/playwright/node_modules/.bin/playwright +2 -2
  39. package/template/config/playwright/package.json +1 -1
  40. package/template/config/router/package.json +1 -1
  41. package/template/config/typescript/node_modules/.bin/npm-run-all +2 -2
  42. package/template/config/typescript/node_modules/.bin/npm-run-all2 +2 -2
  43. package/template/config/typescript/node_modules/.bin/run-p +2 -2
  44. package/template/config/typescript/node_modules/.bin/run-s +2 -2
  45. package/template/config/typescript/node_modules/.bin/tsc +2 -2
  46. package/template/config/typescript/node_modules/.bin/tsserver +2 -2
  47. package/template/config/typescript/node_modules/.bin/vue-tsc +2 -2
  48. package/template/config/typescript/package.json +4 -4
  49. package/template/config/vitest/node_modules/.bin/vitest +2 -2
  50. package/template/config/vitest/package.json +2 -2
  51. package/template/eslint/package.json +1 -1
  52. package/template/tsconfig/base/tsconfig.app.json +0 -1
  53. package/template/tsconfig/base/tsconfig.node.json +2 -2
  54. package/template/tsconfig/cypress-ct/tsconfig.cypress-ct.json +0 -1
  55. package/template/tsconfig/nightwatch/nightwatch/tsconfig.json +0 -1
  56. package/template/tsconfig/nightwatch-ct/tsconfig.app.json +0 -1
  57. package/template/tsconfig/vitest/tsconfig.vitest.json +1 -1
  58. package/template/base/node_modules/.bin/rollup +0 -17
  59. package/template/base/node_modules/.bin/tsc +0 -17
  60. package/template/base/node_modules/.bin/tsserver +0 -17
  61. package/template/base/node_modules/.vue-global-types/vue_3.5_false.d.ts +0 -119
  62. package/template/config/cypress-ct/node_modules/.bin/tsc +0 -17
  63. package/template/config/cypress-ct/node_modules/.bin/tsserver +0 -17
  64. package/template/config/jsx/node_modules/.bin/browserslist +0 -17
  65. package/template/config/jsx/node_modules/.bin/tsc +0 -17
  66. package/template/config/jsx/node_modules/.bin/tsserver +0 -17
  67. package/template/config/nightwatch/node_modules/.bin/tsc +0 -17
  68. package/template/config/nightwatch/node_modules/.bin/tsserver +0 -17
  69. package/template/config/nightwatch-ct/node_modules/.bin/tsc +0 -17
  70. package/template/config/nightwatch-ct/node_modules/.bin/tsserver +0 -17
  71. package/template/config/pinia/node_modules/.bin/tsc +0 -17
  72. package/template/config/pinia/node_modules/.bin/tsserver +0 -17
  73. package/template/config/router/node_modules/.bin/tsc +0 -17
  74. package/template/config/router/node_modules/.bin/tsserver +0 -17
  75. package/template/config/vitest/node_modules/.bin/tsc +0 -17
  76. package/template/config/vitest/node_modules/.bin/tsserver +0 -17
package/README.md CHANGED
@@ -17,7 +17,12 @@ npm create vue@latest
17
17
  > [!NOTE]
18
18
  > (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
19
19
 
20
- Or, if you need to support IE11, you can create a Vue 2 project with:
20
+ By default the command will run in interactive mode, but you can also provide feature flags in the CLI arguments to skip the prompts. Run `npm create vue@latest -- --help` to see all available options.
21
+
22
+ > [!NOTE]
23
+ > If you're using PowerShell, you'll need to quote the `--`, that is, run `npm create vue@latest '--' --help`.
24
+
25
+ If you need to support IE11, you can create a Vue 2 project with:
21
26
 
22
27
  ```sh
23
28
  npm create vue@legacy