create-vuetify 2.8.0-beta.1 → 3.0.12-beta-next.2

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 (117) hide show
  1. package/README.md +21 -65
  2. package/dist/index.mjs +32794 -2210
  3. package/dist/multipart-parser-BDbtnXsM.mjs +175 -0
  4. package/dist/node-CLMJD8D0.mjs +4005 -0
  5. package/dist/prompt-C6GjoyNB.mjs +848 -0
  6. package/package.json +29 -59
  7. package/src/commands/upgrade.ts +5 -0
  8. package/src/index.ts +40 -0
  9. package/test/index.test.ts +117 -0
  10. package/tsdown.config.ts +7 -0
  11. package/bin/index.js +0 -3
  12. package/template/javascript/base/eslint.config.js +0 -3
  13. package/template/javascript/base/package.json +0 -13
  14. package/template/javascript/base/src/App.vue +0 -11
  15. package/template/javascript/base/src/components/HelloWorld.vue +0 -90
  16. package/template/javascript/base/src/pages/README.md +0 -5
  17. package/template/javascript/base/src/pages/index.vue +0 -7
  18. package/template/javascript/base/src/plugins/index.js +0 -15
  19. package/template/javascript/base/src/router/index.js +0 -35
  20. package/template/javascript/base/src/styles/README.md +0 -3
  21. package/template/javascript/base/src/styles/settings.scss +0 -10
  22. package/template/javascript/base/vite.config.mjs +0 -66
  23. package/template/javascript/default/.vscode/extensions.json +0 -3
  24. package/template/javascript/default/.vscode/settings.json +0 -3
  25. package/template/javascript/default/README.md +0 -79
  26. package/template/javascript/default/_browserslistrc +0 -4
  27. package/template/javascript/default/_editorconfig +0 -5
  28. package/template/javascript/default/_gitignore +0 -22
  29. package/template/javascript/default/index.html +0 -13
  30. package/template/javascript/default/jsconfig.json +0 -20
  31. package/template/javascript/default/package.json +0 -24
  32. package/template/javascript/default/public/favicon.ico +0 -0
  33. package/template/javascript/default/src/App.vue +0 -13
  34. package/template/javascript/default/src/assets/logo.png +0 -0
  35. package/template/javascript/default/src/assets/logo.svg +0 -6
  36. package/template/javascript/default/src/components/AppFooter.vue +0 -82
  37. package/template/javascript/default/src/components/HelloWorld.vue +0 -90
  38. package/template/javascript/default/src/components/README.md +0 -35
  39. package/template/javascript/default/src/main.js +0 -23
  40. package/template/javascript/default/src/plugins/README.md +0 -3
  41. package/template/javascript/default/src/plugins/index.js +0 -12
  42. package/template/javascript/default/src/plugins/vuetify.js +0 -19
  43. package/template/javascript/default/vite.config.mjs +0 -53
  44. package/template/javascript/essentials/_eslintrc-auto-import.json +0 -82
  45. package/template/javascript/essentials/package.json +0 -9
  46. package/template/javascript/essentials/src/App.vue +0 -9
  47. package/template/javascript/essentials/src/layouts/README.md +0 -5
  48. package/template/javascript/essentials/src/layouts/default.vue +0 -11
  49. package/template/javascript/essentials/src/plugins/index.js +0 -17
  50. package/template/javascript/essentials/src/router/index.js +0 -36
  51. package/template/javascript/essentials/src/stores/README.md +0 -5
  52. package/template/javascript/essentials/src/stores/app.js +0 -8
  53. package/template/javascript/essentials/src/stores/index.js +0 -4
  54. package/template/javascript/essentials/vite.config.mjs +0 -80
  55. package/template/typescript/base/env.d.ts +0 -2
  56. package/template/typescript/base/eslint.config.js +0 -3
  57. package/template/typescript/base/package.json +0 -13
  58. package/template/typescript/base/src/App.vue +0 -11
  59. package/template/typescript/base/src/components/HelloWorld.vue +0 -90
  60. package/template/typescript/base/src/pages/README.md +0 -5
  61. package/template/typescript/base/src/pages/index.vue +0 -7
  62. package/template/typescript/base/src/plugins/index.ts +0 -18
  63. package/template/typescript/base/src/router/index.ts +0 -35
  64. package/template/typescript/base/src/styles/README.md +0 -3
  65. package/template/typescript/base/src/styles/settings.scss +0 -10
  66. package/template/typescript/base/vite.config.mts +0 -70
  67. package/template/typescript/default/.vscode/extensions.json +0 -3
  68. package/template/typescript/default/.vscode/settings.json +0 -3
  69. package/template/typescript/default/README.md +0 -81
  70. package/template/typescript/default/_browserslistrc +0 -4
  71. package/template/typescript/default/_editorconfig +0 -6
  72. package/template/typescript/default/_gitignore +0 -22
  73. package/template/typescript/default/env.d.ts +0 -1
  74. package/template/typescript/default/index.html +0 -13
  75. package/template/typescript/default/package.json +0 -32
  76. package/template/typescript/default/public/favicon.ico +0 -0
  77. package/template/typescript/default/src/App.vue +0 -11
  78. package/template/typescript/default/src/assets/logo.png +0 -0
  79. package/template/typescript/default/src/assets/logo.svg +0 -6
  80. package/template/typescript/default/src/components/HelloWorld.vue +0 -90
  81. package/template/typescript/default/src/components/README.md +0 -35
  82. package/template/typescript/default/src/main.ts +0 -23
  83. package/template/typescript/default/src/plugins/README.md +0 -3
  84. package/template/typescript/default/src/plugins/index.ts +0 -15
  85. package/template/typescript/default/src/plugins/vuetify.ts +0 -19
  86. package/template/typescript/default/tsconfig.app.json +0 -14
  87. package/template/typescript/default/tsconfig.json +0 -11
  88. package/template/typescript/default/tsconfig.node.json +0 -19
  89. package/template/typescript/default/vite.config.mts +0 -53
  90. package/template/typescript/essentials/_eslintrc-auto-import.json +0 -82
  91. package/template/typescript/essentials/env.d.ts +0 -3
  92. package/template/typescript/essentials/package.json +0 -9
  93. package/template/typescript/essentials/src/App.vue +0 -9
  94. package/template/typescript/essentials/src/auto-imports.d.ts +0 -147
  95. package/template/typescript/essentials/src/components/AppFooter.vue +0 -82
  96. package/template/typescript/essentials/src/components.d.ts +0 -14
  97. package/template/typescript/essentials/src/layouts/README.md +0 -5
  98. package/template/typescript/essentials/src/layouts/default.vue +0 -11
  99. package/template/typescript/essentials/src/plugins/index.ts +0 -20
  100. package/template/typescript/essentials/src/router/index.ts +0 -36
  101. package/template/typescript/essentials/src/stores/README.md +0 -5
  102. package/template/typescript/essentials/src/stores/app.ts +0 -8
  103. package/template/typescript/essentials/src/stores/index.ts +0 -4
  104. package/template/typescript/essentials/src/typed-router.d.ts +0 -23
  105. package/template/typescript/essentials/vite.config.mts +0 -88
  106. package/template/typescript/nuxt/app-layout.vue +0 -5
  107. package/template/typescript/nuxt/app.vue +0 -9
  108. package/template/typescript/nuxt/assets/logo.png +0 -0
  109. package/template/typescript/nuxt/assets/logo.svg +0 -6
  110. package/template/typescript/nuxt/components/AppFooter.vue +0 -82
  111. package/template/typescript/nuxt/components/HelloWorld.vue +0 -90
  112. package/template/typescript/nuxt/layouts/default.vue +0 -9
  113. package/template/typescript/nuxt/modules/vuetify.ts +0 -137
  114. package/template/typescript/nuxt/pages/index.vue +0 -7
  115. package/template/typescript/nuxt/plugins/vuetify-nuxt.ts +0 -8
  116. package/template/typescript/nuxt/plugins/vuetify.ts +0 -14
  117. package/template/typescript/nuxt/vuetify.config.ts +0 -8
package/README.md CHANGED
@@ -1,81 +1,37 @@
1
- <p align="center">
2
- <picture>
3
- <source media="(prefers-color-scheme: dark)" srcset="https://cdn.vuetifyjs.com/docs/images/logos/vcreate-logo-dark.png">
4
- <img alt="Vuetify One Logo" src="https://cdn.vuetifyjs.com/docs/images/logos/vcreate-logo-light.png" height="150">
5
- </picture>
6
- </p>
1
+ # create-vuetify
7
2
 
8
- [![npm version](https://img.shields.io/npm/v/create-vuetify.svg)](https://www.npmjs.com/package/create-vuetify)
9
- [![npm downloads](https://img.shields.io/npm/dm/create-vuetify?color=blue)](https://npm.chart.dev/create-vuetify)
10
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
3
+ Create a new Vuetify project.
11
4
 
12
- Scaffold your next Vuetify application
5
+ ## Usage
13
6
 
14
- ## 💿 Getting Started
7
+ ```sh
8
+ # npm
9
+ npm create vuetify
15
10
 
16
- Using your terminal, navigate to your sites directory and run the following command:
11
+ # pnpm
12
+ pnpm create vuetify
17
13
 
18
- **Using Yarn:**
19
- ```bash
14
+ # yarn
20
15
  yarn create vuetify
21
- ```
22
-
23
- **Using NPM:**
24
- ```bash
25
- npm create vuetify@latest
26
- ```
27
-
28
- **Using PNPM:**
29
- ```bash
30
- pnpm create vuetify
31
- ```
32
16
 
33
- **Using Bun:**
34
- ```bash
17
+ # bun
35
18
  bun create vuetify
36
- ```
37
-
38
- ## 🐉 Vuetify
39
-
40
- Vuetify is an Open Source UI Library that is developed exactly according to Material Design spec. Every component is handcrafted to bring you the best possible UI tools to your next great app. The development doesn't stop at the core components outlined in Google's spec. Through the support of community members and sponsors, additional components will be designed and made available for everyone to enjoy.
41
-
42
- The documentation for **Vuetify** is hosted [here](https://vuetifyjs.com/).
43
19
 
44
- ### 💖 Support Development
45
-
46
- Vuetify is an open source MIT project that has been made possible due to the generous contributions by our [sponsors and backers](https://vuetifyjs.com/introduction/sponsors-and-backers/). If you are interested in supporting this project, please consider:
47
-
48
- - [Requesting Enterprise Support](https://support.vuetifyjs.com/)
49
- - [Sponsoring John on Github](https://github.com/users/johnleider/sponsorship)
50
- - [Sponsoring Kael on Github](https://github.com/users/kaelwd/sponsorship)
51
- - [Supporting the team on Open Collective](https://opencollective.com/vuetify)
52
- - [Becoming a sponsor on Patreon](https://www.patreon.com/vuetify)
53
- - [Becoming a subscriber on Tidelift](https://tidelift.com/subscription/npm/vuetify)
54
- - [Making a one-time donation with Paypal](https://paypal.me/vuetify)
20
+ # deno
21
+ deno run -A npm:create-vuetify
22
+ ```
55
23
 
56
- ## 🌐 Browser Support
24
+ ## Status
57
25
 
58
- | Browser | Status |
59
- | - | - |
60
- | Chromium (Chrome, Edge) | ✅ Supported * |
61
- | Firefox | ✅ Supported * |
62
- | Safari 15.4+ | ✅ Supported |
63
- | Safari 13. | ❗ Requires polyfill |
64
- | Edge <79 | ⛔ Not supported |
65
- | Internet Explorer | ⛔ Not supported |
26
+ Work in progress.
66
27
 
67
- ## 📃 Resources
28
+ ## Development
68
29
 
69
- - 📄 [Documentation](https://vuetifyjs.com/)
70
- - 🚨 [Report an Issue](https://issues.vuetifyjs.com/)
71
- - 🏬 [Vuetify Store](https://store.vuetifyjs.com/)
72
- - 🗑️ [Vuetify Bin](https://bin.vuetifyjs.com/)
73
- - 🎮 [Vuetify Playground](https://play.vuetifyjs.com/)
74
- - 💬 [Discord](https://community.vuetifyjs.com/)
30
+ This package is part of the Vuetify CLI monorepo. From the repo root:
75
31
 
76
- ## Licensing
32
+ - Install deps: `pnpm install`
33
+ - Build: `pnpm -F create-vuetify run build`
77
34
 
78
- - Copyright 2023 Vuetify <https://vuetifyjs.com/>
79
- - Vuetify [License Information](https://github.com/vuetifyjs/vuetify/blob/master/LICENSE.md)
35
+ ## License
80
36
 
81
- <br>
37
+ MIT