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.
- package/LICENSE +9 -0
- package/README.md +30 -59
- package/dist/index.mjs +31156 -2465
- package/dist/nypm-D0-jh4wA.mjs +4 -0
- package/dist/nypm-DFp9HL5N.mjs +681 -0
- package/dist/rolldown-runtime-DA-mFLXi.mjs +15 -0
- package/dist/tar-CuErG4Sg.mjs +2941 -0
- package/package.json +39 -54
- package/bin/index.js +0 -3
- package/template/javascript/base/eslint.config.js +0 -3
- package/template/javascript/base/package.json +0 -13
- package/template/javascript/base/src/App.vue +0 -11
- package/template/javascript/base/src/components/HelloWorld.vue +0 -90
- package/template/javascript/base/src/pages/README.md +0 -5
- package/template/javascript/base/src/pages/index.vue +0 -7
- package/template/javascript/base/src/plugins/index.js +0 -15
- package/template/javascript/base/src/router/index.js +0 -35
- package/template/javascript/base/src/styles/README.md +0 -3
- package/template/javascript/base/src/styles/settings.scss +0 -10
- package/template/javascript/base/vite.config.mjs +0 -66
- package/template/javascript/default/.vscode/extensions.json +0 -3
- package/template/javascript/default/.vscode/settings.json +0 -3
- package/template/javascript/default/README.md +0 -79
- package/template/javascript/default/_browserslistrc +0 -4
- package/template/javascript/default/_editorconfig +0 -5
- package/template/javascript/default/_gitignore +0 -22
- package/template/javascript/default/index.html +0 -13
- package/template/javascript/default/jsconfig.json +0 -20
- package/template/javascript/default/package.json +0 -24
- package/template/javascript/default/public/favicon.ico +0 -0
- package/template/javascript/default/src/App.vue +0 -13
- package/template/javascript/default/src/assets/logo.png +0 -0
- package/template/javascript/default/src/assets/logo.svg +0 -6
- package/template/javascript/default/src/components/AppFooter.vue +0 -82
- package/template/javascript/default/src/components/HelloWorld.vue +0 -90
- package/template/javascript/default/src/components/README.md +0 -35
- package/template/javascript/default/src/main.js +0 -23
- package/template/javascript/default/src/plugins/README.md +0 -3
- package/template/javascript/default/src/plugins/index.js +0 -12
- package/template/javascript/default/src/plugins/vuetify.js +0 -19
- package/template/javascript/default/vite.config.mjs +0 -53
- package/template/javascript/essentials/_eslintrc-auto-import.json +0 -82
- package/template/javascript/essentials/package.json +0 -9
- package/template/javascript/essentials/src/App.vue +0 -9
- package/template/javascript/essentials/src/layouts/README.md +0 -5
- package/template/javascript/essentials/src/layouts/default.vue +0 -11
- package/template/javascript/essentials/src/plugins/index.js +0 -17
- package/template/javascript/essentials/src/router/index.js +0 -36
- package/template/javascript/essentials/src/stores/README.md +0 -5
- package/template/javascript/essentials/src/stores/app.js +0 -8
- package/template/javascript/essentials/src/stores/index.js +0 -4
- package/template/javascript/essentials/vite.config.mjs +0 -80
- package/template/typescript/base/env.d.ts +0 -2
- package/template/typescript/base/eslint.config.js +0 -3
- package/template/typescript/base/package.json +0 -13
- package/template/typescript/base/src/App.vue +0 -11
- package/template/typescript/base/src/components/HelloWorld.vue +0 -90
- package/template/typescript/base/src/pages/README.md +0 -5
- package/template/typescript/base/src/pages/index.vue +0 -7
- package/template/typescript/base/src/plugins/index.ts +0 -18
- package/template/typescript/base/src/router/index.ts +0 -35
- package/template/typescript/base/src/styles/README.md +0 -3
- package/template/typescript/base/src/styles/settings.scss +0 -10
- package/template/typescript/base/vite.config.mts +0 -70
- package/template/typescript/default/.vscode/extensions.json +0 -3
- package/template/typescript/default/.vscode/settings.json +0 -3
- package/template/typescript/default/README.md +0 -81
- package/template/typescript/default/_browserslistrc +0 -4
- package/template/typescript/default/_editorconfig +0 -6
- package/template/typescript/default/_gitignore +0 -22
- package/template/typescript/default/env.d.ts +0 -1
- package/template/typescript/default/index.html +0 -13
- package/template/typescript/default/package.json +0 -32
- package/template/typescript/default/public/favicon.ico +0 -0
- package/template/typescript/default/src/App.vue +0 -11
- package/template/typescript/default/src/assets/logo.png +0 -0
- package/template/typescript/default/src/assets/logo.svg +0 -6
- package/template/typescript/default/src/components/HelloWorld.vue +0 -90
- package/template/typescript/default/src/components/README.md +0 -35
- package/template/typescript/default/src/main.ts +0 -23
- package/template/typescript/default/src/plugins/README.md +0 -3
- package/template/typescript/default/src/plugins/index.ts +0 -15
- package/template/typescript/default/src/plugins/vuetify.ts +0 -19
- package/template/typescript/default/tsconfig.app.json +0 -14
- package/template/typescript/default/tsconfig.json +0 -11
- package/template/typescript/default/tsconfig.node.json +0 -19
- package/template/typescript/default/vite.config.mts +0 -53
- package/template/typescript/essentials/_eslintrc-auto-import.json +0 -82
- package/template/typescript/essentials/env.d.ts +0 -3
- package/template/typescript/essentials/package.json +0 -9
- package/template/typescript/essentials/src/App.vue +0 -9
- package/template/typescript/essentials/src/auto-imports.d.ts +0 -147
- package/template/typescript/essentials/src/components/AppFooter.vue +0 -82
- package/template/typescript/essentials/src/components.d.ts +0 -14
- package/template/typescript/essentials/src/layouts/README.md +0 -5
- package/template/typescript/essentials/src/layouts/default.vue +0 -11
- package/template/typescript/essentials/src/plugins/index.ts +0 -20
- package/template/typescript/essentials/src/router/index.ts +0 -36
- package/template/typescript/essentials/src/stores/README.md +0 -5
- package/template/typescript/essentials/src/stores/app.ts +0 -8
- package/template/typescript/essentials/src/stores/index.ts +0 -4
- package/template/typescript/essentials/src/typed-router.d.ts +0 -23
- package/template/typescript/essentials/vite.config.mts +0 -88
- package/template/typescript/nuxt/app-layout.vue +0 -5
- package/template/typescript/nuxt/app.vue +0 -9
- package/template/typescript/nuxt/assets/logo.png +0 -0
- package/template/typescript/nuxt/assets/logo.svg +0 -6
- package/template/typescript/nuxt/components/AppFooter.vue +0 -82
- package/template/typescript/nuxt/components/HelloWorld.vue +0 -90
- package/template/typescript/nuxt/layouts/default.vue +0 -9
- package/template/typescript/nuxt/modules/vuetify.ts +0 -137
- package/template/typescript/nuxt/pages/index.vue +0 -7
- package/template/typescript/nuxt/plugins/vuetify-nuxt.ts +0 -8
- package/template/typescript/nuxt/plugins/vuetify.ts +0 -14
- 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
|
-
<
|
|
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
|
|
4
|
+
<img alt="Vuetify Create Logo" src="https://cdn.vuetifyjs.com/docs/images/logos/vcreate-logo-light.png" height="150">
|
|
5
5
|
</picture>
|
|
6
|
-
</
|
|
6
|
+
</div>
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
24
|
+
# create-vuetify
|
|
13
25
|
|
|
14
|
-
|
|
26
|
+
The easiest way to start a new Vuetify project.
|
|
15
27
|
|
|
16
|
-
|
|
28
|
+
## Usage
|
|
17
29
|
|
|
18
|
-
**
|
|
30
|
+
With **npm**:
|
|
19
31
|
```bash
|
|
20
|
-
|
|
32
|
+
npm create vuetify
|
|
21
33
|
```
|
|
22
34
|
|
|
23
|
-
**
|
|
35
|
+
With **pnpm**:
|
|
24
36
|
```bash
|
|
25
|
-
|
|
37
|
+
pnpm create vuetify
|
|
26
38
|
```
|
|
27
39
|
|
|
28
|
-
**
|
|
40
|
+
With **yarn**:
|
|
29
41
|
```bash
|
|
30
|
-
|
|
42
|
+
yarn create vuetify
|
|
31
43
|
```
|
|
32
44
|
|
|
33
|
-
**
|
|
45
|
+
With **bun**:
|
|
34
46
|
```bash
|
|
35
47
|
bun create vuetify
|
|
36
48
|
```
|
|
37
49
|
|
|
38
|
-
##
|
|
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
|
-
|
|
52
|
+
[MIT License](./LICENSE)
|