create-vuetify 2.8.0 → 3.0.1

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 (115) hide show
  1. package/LICENSE +9 -0
  2. package/README.md +30 -59
  3. package/dist/index.mjs +31156 -2465
  4. package/dist/nypm-D0-jh4wA.mjs +4 -0
  5. package/dist/nypm-DFp9HL5N.mjs +681 -0
  6. package/dist/rolldown-runtime-DA-mFLXi.mjs +15 -0
  7. package/dist/tar-CuErG4Sg.mjs +2941 -0
  8. package/package.json +39 -54
  9. package/bin/index.js +0 -3
  10. package/template/javascript/base/eslint.config.js +0 -3
  11. package/template/javascript/base/package.json +0 -13
  12. package/template/javascript/base/src/App.vue +0 -11
  13. package/template/javascript/base/src/components/HelloWorld.vue +0 -90
  14. package/template/javascript/base/src/pages/README.md +0 -5
  15. package/template/javascript/base/src/pages/index.vue +0 -7
  16. package/template/javascript/base/src/plugins/index.js +0 -15
  17. package/template/javascript/base/src/router/index.js +0 -35
  18. package/template/javascript/base/src/styles/README.md +0 -3
  19. package/template/javascript/base/src/styles/settings.scss +0 -10
  20. package/template/javascript/base/vite.config.mjs +0 -66
  21. package/template/javascript/default/.vscode/extensions.json +0 -3
  22. package/template/javascript/default/.vscode/settings.json +0 -3
  23. package/template/javascript/default/README.md +0 -79
  24. package/template/javascript/default/_browserslistrc +0 -4
  25. package/template/javascript/default/_editorconfig +0 -5
  26. package/template/javascript/default/_gitignore +0 -22
  27. package/template/javascript/default/index.html +0 -13
  28. package/template/javascript/default/jsconfig.json +0 -20
  29. package/template/javascript/default/package.json +0 -24
  30. package/template/javascript/default/public/favicon.ico +0 -0
  31. package/template/javascript/default/src/App.vue +0 -13
  32. package/template/javascript/default/src/assets/logo.png +0 -0
  33. package/template/javascript/default/src/assets/logo.svg +0 -6
  34. package/template/javascript/default/src/components/AppFooter.vue +0 -82
  35. package/template/javascript/default/src/components/HelloWorld.vue +0 -90
  36. package/template/javascript/default/src/components/README.md +0 -35
  37. package/template/javascript/default/src/main.js +0 -23
  38. package/template/javascript/default/src/plugins/README.md +0 -3
  39. package/template/javascript/default/src/plugins/index.js +0 -12
  40. package/template/javascript/default/src/plugins/vuetify.js +0 -19
  41. package/template/javascript/default/vite.config.mjs +0 -53
  42. package/template/javascript/essentials/_eslintrc-auto-import.json +0 -82
  43. package/template/javascript/essentials/package.json +0 -9
  44. package/template/javascript/essentials/src/App.vue +0 -9
  45. package/template/javascript/essentials/src/layouts/README.md +0 -5
  46. package/template/javascript/essentials/src/layouts/default.vue +0 -11
  47. package/template/javascript/essentials/src/plugins/index.js +0 -17
  48. package/template/javascript/essentials/src/router/index.js +0 -36
  49. package/template/javascript/essentials/src/stores/README.md +0 -5
  50. package/template/javascript/essentials/src/stores/app.js +0 -8
  51. package/template/javascript/essentials/src/stores/index.js +0 -4
  52. package/template/javascript/essentials/vite.config.mjs +0 -80
  53. package/template/typescript/base/env.d.ts +0 -2
  54. package/template/typescript/base/eslint.config.js +0 -3
  55. package/template/typescript/base/package.json +0 -13
  56. package/template/typescript/base/src/App.vue +0 -11
  57. package/template/typescript/base/src/components/HelloWorld.vue +0 -90
  58. package/template/typescript/base/src/pages/README.md +0 -5
  59. package/template/typescript/base/src/pages/index.vue +0 -7
  60. package/template/typescript/base/src/plugins/index.ts +0 -18
  61. package/template/typescript/base/src/router/index.ts +0 -35
  62. package/template/typescript/base/src/styles/README.md +0 -3
  63. package/template/typescript/base/src/styles/settings.scss +0 -10
  64. package/template/typescript/base/vite.config.mts +0 -70
  65. package/template/typescript/default/.vscode/extensions.json +0 -3
  66. package/template/typescript/default/.vscode/settings.json +0 -3
  67. package/template/typescript/default/README.md +0 -81
  68. package/template/typescript/default/_browserslistrc +0 -4
  69. package/template/typescript/default/_editorconfig +0 -6
  70. package/template/typescript/default/_gitignore +0 -22
  71. package/template/typescript/default/env.d.ts +0 -1
  72. package/template/typescript/default/index.html +0 -13
  73. package/template/typescript/default/package.json +0 -32
  74. package/template/typescript/default/public/favicon.ico +0 -0
  75. package/template/typescript/default/src/App.vue +0 -11
  76. package/template/typescript/default/src/assets/logo.png +0 -0
  77. package/template/typescript/default/src/assets/logo.svg +0 -6
  78. package/template/typescript/default/src/components/HelloWorld.vue +0 -90
  79. package/template/typescript/default/src/components/README.md +0 -35
  80. package/template/typescript/default/src/main.ts +0 -23
  81. package/template/typescript/default/src/plugins/README.md +0 -3
  82. package/template/typescript/default/src/plugins/index.ts +0 -15
  83. package/template/typescript/default/src/plugins/vuetify.ts +0 -19
  84. package/template/typescript/default/tsconfig.app.json +0 -14
  85. package/template/typescript/default/tsconfig.json +0 -11
  86. package/template/typescript/default/tsconfig.node.json +0 -19
  87. package/template/typescript/default/vite.config.mts +0 -53
  88. package/template/typescript/essentials/_eslintrc-auto-import.json +0 -82
  89. package/template/typescript/essentials/env.d.ts +0 -3
  90. package/template/typescript/essentials/package.json +0 -9
  91. package/template/typescript/essentials/src/App.vue +0 -9
  92. package/template/typescript/essentials/src/auto-imports.d.ts +0 -147
  93. package/template/typescript/essentials/src/components/AppFooter.vue +0 -82
  94. package/template/typescript/essentials/src/components.d.ts +0 -14
  95. package/template/typescript/essentials/src/layouts/README.md +0 -5
  96. package/template/typescript/essentials/src/layouts/default.vue +0 -11
  97. package/template/typescript/essentials/src/plugins/index.ts +0 -20
  98. package/template/typescript/essentials/src/router/index.ts +0 -36
  99. package/template/typescript/essentials/src/stores/README.md +0 -5
  100. package/template/typescript/essentials/src/stores/app.ts +0 -8
  101. package/template/typescript/essentials/src/stores/index.ts +0 -4
  102. package/template/typescript/essentials/src/typed-router.d.ts +0 -23
  103. package/template/typescript/essentials/vite.config.mts +0 -88
  104. package/template/typescript/nuxt/app-layout.vue +0 -5
  105. package/template/typescript/nuxt/app.vue +0 -9
  106. package/template/typescript/nuxt/assets/logo.png +0 -0
  107. package/template/typescript/nuxt/assets/logo.svg +0 -6
  108. package/template/typescript/nuxt/components/AppFooter.vue +0 -82
  109. package/template/typescript/nuxt/components/HelloWorld.vue +0 -90
  110. package/template/typescript/nuxt/layouts/default.vue +0 -9
  111. package/template/typescript/nuxt/modules/vuetify.ts +0 -137
  112. package/template/typescript/nuxt/pages/index.vue +0 -7
  113. package/template/typescript/nuxt/plugins/vuetify-nuxt.ts +0 -8
  114. package/template/typescript/nuxt/plugins/vuetify.ts +0 -14
  115. package/template/typescript/nuxt/vuetify.config.ts +0 -8
package/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016-now Vuetify, LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,81 +1,52 @@
1
- <p align="center">
1
+ <div align="center">
2
2
  <picture>
3
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">
4
+ <img alt="Vuetify Create Logo" src="https://cdn.vuetifyjs.com/docs/images/logos/vcreate-logo-light.png" height="150">
5
5
  </picture>
6
- </p>
6
+ </div>
7
7
 
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)
8
+ <p align="center">
9
+ <a href="https://www.npmjs.com/package/create-vuetify">
10
+ <img src="https://img.shields.io/npm/v/create-vuetify.svg" alt="Version">
11
+ </a>
12
+ <a href="https://www.npmjs.com/package/create-vuetify">
13
+ <img src="https://img.shields.io/npm/dt/create-vuetify.svg" alt="Downloads">
14
+ </a>
15
+ <br>
16
+ <a href="https://github.com/vuetifyjs/cli/blob/master/LICENSE">
17
+ <img src="https://img.shields.io/npm/l/create-vuetify.svg" alt="License">
18
+ </a>
19
+ <a href="https://community.vuetifyjs.com">
20
+ <img src="https://discordapp.com/api/guilds/340160225338195969/widget.png" alt="Chat">
21
+ </a>
22
+ </p>
11
23
 
12
- Scaffold your next Vuetify application
24
+ # create-vuetify
13
25
 
14
- ## 💿 Getting Started
26
+ The easiest way to start a new Vuetify project.
15
27
 
16
- Using your terminal, navigate to your sites directory and run the following command:
28
+ ## Usage
17
29
 
18
- **Using Yarn:**
30
+ With **npm**:
19
31
  ```bash
20
- yarn create vuetify
32
+ npm create vuetify
21
33
  ```
22
34
 
23
- **Using NPM:**
35
+ With **pnpm**:
24
36
  ```bash
25
- npm create vuetify@latest
37
+ pnpm create vuetify
26
38
  ```
27
39
 
28
- **Using PNPM:**
40
+ With **yarn**:
29
41
  ```bash
30
- pnpm create vuetify
42
+ yarn create vuetify
31
43
  ```
32
44
 
33
- **Using Bun:**
45
+ With **bun**:
34
46
  ```bash
35
47
  bun create vuetify
36
48
  ```
37
49
 
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
-
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)
55
-
56
- ## 🌐 Browser Support
57
-
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 |
66
-
67
- ## 📃 Resources
68
-
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/)
75
-
76
- ## ⭐ Licensing
77
-
78
- - Copyright 2023 Vuetify <https://vuetifyjs.com/>
79
- - Vuetify [License Information](https://github.com/vuetifyjs/vuetify/blob/master/LICENSE.md)
50
+ ## License
80
51
 
81
- <br>
52
+ [MIT License](./LICENSE)