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.
- package/README.md +21 -65
- package/dist/index.mjs +32794 -2210
- package/dist/multipart-parser-BDbtnXsM.mjs +175 -0
- package/dist/node-CLMJD8D0.mjs +4005 -0
- package/dist/prompt-C6GjoyNB.mjs +848 -0
- package/package.json +29 -59
- package/src/commands/upgrade.ts +5 -0
- package/src/index.ts +40 -0
- package/test/index.test.ts +117 -0
- package/tsdown.config.ts +7 -0
- 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/README.md
CHANGED
|
@@ -1,81 +1,37 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
9
|
-
[](https://npm.chart.dev/create-vuetify)
|
|
10
|
-
[](https://opensource.org/licenses/MIT)
|
|
3
|
+
Create a new Vuetify project.
|
|
11
4
|
|
|
12
|
-
|
|
5
|
+
## Usage
|
|
13
6
|
|
|
14
|
-
|
|
7
|
+
```sh
|
|
8
|
+
# npm
|
|
9
|
+
npm create vuetify
|
|
15
10
|
|
|
16
|
-
|
|
11
|
+
# pnpm
|
|
12
|
+
pnpm create vuetify
|
|
17
13
|
|
|
18
|
-
|
|
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
|
-
|
|
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
|
-
|
|
45
|
-
|
|
46
|
-
|
|
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
|
-
##
|
|
24
|
+
## Status
|
|
57
25
|
|
|
58
|
-
|
|
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
|
-
##
|
|
28
|
+
## Development
|
|
68
29
|
|
|
69
|
-
|
|
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
|
-
|
|
32
|
+
- Install deps: `pnpm install`
|
|
33
|
+
- Build: `pnpm -F create-vuetify run build`
|
|
77
34
|
|
|
78
|
-
|
|
79
|
-
- Vuetify [License Information](https://github.com/vuetifyjs/vuetify/blob/master/LICENSE.md)
|
|
35
|
+
## License
|
|
80
36
|
|
|
81
|
-
|
|
37
|
+
MIT
|