create-vuetify 2.8.0 → 3.0.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 (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/package.json CHANGED
@@ -1,72 +1,57 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "2.8.0",
4
- "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
5
- "license": "MIT",
3
+ "version": "3.0.0",
4
+ "description": "Create a new Vuetify project",
6
5
  "type": "module",
7
- "bin": {
8
- "create-vuetify": "bin/index.js"
9
- },
10
6
  "files": [
11
- "bin/index.js",
12
- "template",
13
- "dist"
7
+ "dist",
8
+ "README.md",
9
+ "LICENSE"
14
10
  ],
15
- "repository": {
16
- "type": "git",
17
- "url": "git+https://github.com/vuetifyjs/create.git"
18
- },
19
- "bugs": {
20
- "url": "https://github.com/vuetifyjs/create/issues"
11
+ "bin": {
12
+ "create-vuetify": "./dist/index.mjs"
21
13
  },
22
14
  "keywords": [
23
15
  "vuetify",
16
+ "create",
17
+ "scaffold",
18
+ "generator",
24
19
  "vue",
25
- "vue3",
26
- "ui",
27
- "scaffolding",
28
20
  "cli",
29
- "template",
30
- "create",
31
- "boilerplate",
32
- "starter",
33
- "typescript",
34
- "javascript",
35
- "vite",
36
- "pinia",
37
- "vue-router",
38
- "nuxt",
39
- "material-design",
40
- "material-ui",
41
- "components"
21
+ "starter"
42
22
  ],
43
- "dependencies": {
44
- "consola": "^3.4.2",
45
- "kolorist": "^1.8.0",
46
- "magicast": "^0.3.5",
47
- "minimist": "^1.2.8",
48
- "package-manager-detector": "^1.6.0",
49
- "prompts": "^2.4.2",
50
- "tinyexec": "^1.0.1",
51
- "validate-npm-package-name": "^6.0.2"
23
+ "author": "Andrey Yolkin <andreyyolkin@gmail.com>",
24
+ "license": "MIT",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/vuetifyjs/cli.git",
28
+ "directory": "packages/create"
52
29
  },
53
30
  "devDependencies": {
54
- "@types/minimist": "^1.2.5",
55
- "@types/node": "^22.18.5",
56
- "@types/prompts": "^2.4.9",
31
+ "@bomb.sh/tab": "^0.0.12",
32
+ "@clack/prompts": "^1.0.0",
57
33
  "@types/validate-npm-package-name": "^4.0.2",
58
- "bumpp": "^10.2.3",
59
- "esbuild": "^0.25.9",
60
- "eslint": "^9.35.0",
61
- "eslint-config-vuetify": "^4.2.0",
62
- "nypm": "^0.6.2",
63
- "typescript": "^5.9.2"
34
+ "citty": "^0.2.0",
35
+ "giget": "^3.1.2",
36
+ "kolorist": "^1.8.0",
37
+ "nypm": "^0.6.5",
38
+ "pathe": "^2.0.3",
39
+ "tsdown": "^0.20.3",
40
+ "vitest": "^4.0.18",
41
+ "@vuetify/cli-shared": "1.0.0"
42
+ },
43
+ "exports": {
44
+ ".": "./dist/index.mjs",
45
+ "./package.json": "./package.json"
46
+ },
47
+ "dependencies": {
48
+ "magicast": "^0.5.2",
49
+ "package-manager-detector": "^1.6.0",
50
+ "pkg-types": "^2.3.0",
51
+ "tinyexec": "^1.0.2",
52
+ "validate-npm-package-name": "^7.0.2"
64
53
  },
65
54
  "scripts": {
66
- "build": "node ./scripts/build.js",
67
- "start": "node ./index.js",
68
- "dev": "node --run build && node --run start",
69
- "lint": "eslint --fix .",
70
- "release": "bumpp"
55
+ "build": "tsdown"
71
56
  }
72
57
  }
package/bin/index.js DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- import '../dist/index.mjs'
@@ -1,3 +0,0 @@
1
- import vuetify from 'eslint-config-vuetify'
2
-
3
- export default vuetify()
@@ -1,13 +0,0 @@
1
- {
2
- "scripts": {
3
- "lint": "eslint . --fix"
4
- },
5
- "dependencies": {
6
- "vue-router": "^4.5.1"
7
- },
8
- "devDependencies": {
9
- "eslint": "^9.35.0",
10
- "eslint-config-vuetify": "^4.2.0",
11
- "unplugin-vue-router": "^0.15.0"
12
- }
13
- }
@@ -1,11 +0,0 @@
1
- <template>
2
- <v-app>
3
- <v-main>
4
- <router-view />
5
- </v-main>
6
- </v-app>
7
- </template>
8
-
9
- <script setup>
10
- //
11
- </script>
@@ -1,90 +0,0 @@
1
- <template>
2
- <v-container class="fill-height d-flex align-center" max-width="900">
3
- <div>
4
- <v-img
5
- class="mb-4"
6
- height="150"
7
- src="@/assets/logo.png"
8
- />
9
-
10
- <div class="mb-8 text-center">
11
- <div class="text-body-2 font-weight-light mb-n1">Welcome to</div>
12
- <h1 class="text-h2 my-0 font-weight-bold">Vuetify</h1>
13
- </div>
14
-
15
- <v-row>
16
- <v-col cols="12">
17
- <v-card
18
- class="py-4"
19
- color="surface-variant"
20
- image="https://cdn.vuetifyjs.com/docs/images/one/create/feature.png"
21
- prepend-icon="mdi-rocket-launch-outline"
22
- rounded="lg"
23
- variant="tonal"
24
- >
25
- <template #image>
26
- <v-img position="top right" />
27
- </template>
28
-
29
- <template #title>
30
- <h2 class="text-h5 font-weight-bold">
31
- Get started
32
- </h2>
33
- </template>
34
-
35
- <template #subtitle>
36
- <div class="text-subtitle-1">
37
- Change this page by updating <v-kbd>{{ `<HelloWorld />` }}</v-kbd> in <v-kbd>components/HelloWorld.vue</v-kbd>.
38
- </div>
39
- </template>
40
- </v-card>
41
- </v-col>
42
-
43
- <v-col v-for="link in links" :key="link.href" cols="6">
44
- <v-card
45
- append-icon="mdi-open-in-new"
46
- class="py-4"
47
- color="surface-variant"
48
- :href="link.href"
49
- :prepend-icon="link.icon"
50
- rel="noopener noreferrer"
51
- rounded="lg"
52
- :subtitle="link.subtitle"
53
- target="_blank"
54
- :title="link.title"
55
- variant="tonal"
56
- />
57
- </v-col>
58
- </v-row>
59
- </div>
60
- </v-container>
61
- </template>
62
-
63
- <script setup>
64
- const links = [
65
- {
66
- href: 'https://vuetifyjs.com/',
67
- icon: 'mdi-text-box-outline',
68
- subtitle: 'Learn about all things Vuetify in our documentation.',
69
- title: 'Documentation',
70
- },
71
- {
72
- href: 'https://vuetifyjs.com/introduction/why-vuetify/#feature-guides',
73
- icon: 'mdi-star-circle-outline',
74
- subtitle: 'Explore available framework Features.',
75
- title: 'Features',
76
- },
77
- {
78
- href: 'https://vuetifyjs.com/components/all',
79
- icon: 'mdi-widgets-outline',
80
- subtitle: 'Discover components in the API Explorer.',
81
- title: 'Components',
82
- },
83
- {
84
- href: 'https://discord.vuetifyjs.com',
85
- icon: 'mdi-account-group-outline',
86
- subtitle: 'Connect with Vuetify developers.',
87
- title: 'Community',
88
- },
89
- ]
90
- </script>
@@ -1,5 +0,0 @@
1
- # Pages
2
-
3
- Vue components created in this folder will automatically be converted to navigatable routes.
4
-
5
- Full documentation for this feature can be found in the Official [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) repository.
@@ -1,7 +0,0 @@
1
- <template>
2
- <HelloWorld />
3
- </template>
4
-
5
- <script setup>
6
- //
7
- </script>
@@ -1,15 +0,0 @@
1
- /**
2
- * plugins/index.js
3
- *
4
- * Automatically included in `./src/main.js`
5
- */
6
-
7
- // Plugins
8
- import vuetify from './vuetify'
9
- import router from '@/router'
10
-
11
- export function registerPlugins (app) {
12
- app
13
- .use(vuetify)
14
- .use(router)
15
- }
@@ -1,35 +0,0 @@
1
- /**
2
- * router/index.ts
3
- *
4
- * Automatic routes for `./src/pages/*.vue`
5
- */
6
-
7
- // Composables
8
- import { createRouter, createWebHistory } from 'vue-router'
9
- import { routes } from 'vue-router/auto-routes'
10
-
11
- const router = createRouter({
12
- history: createWebHistory(import.meta.env.BASE_URL),
13
- routes,
14
- })
15
-
16
- // Workaround for https://github.com/vitejs/vite/issues/11804
17
- router.onError((err, to) => {
18
- if (err?.message?.includes?.('Failed to fetch dynamically imported module')) {
19
- if (localStorage.getItem('vuetify:dynamic-reload')) {
20
- console.error('Dynamic import error, reloading page did not fix it', err)
21
- } else {
22
- console.log('Reloading page to fix dynamic import error')
23
- localStorage.setItem('vuetify:dynamic-reload', 'true')
24
- location.assign(to.fullPath)
25
- }
26
- } else {
27
- console.error(err)
28
- }
29
- })
30
-
31
- router.isReady().then(() => {
32
- localStorage.removeItem('vuetify:dynamic-reload')
33
- })
34
-
35
- export default router
@@ -1,3 +0,0 @@
1
- # Styles
2
-
3
- This directory is for configuring the styles of the application.
@@ -1,10 +0,0 @@
1
- /**
2
- * src/styles/settings.scss
3
- *
4
- * Configures SASS variables and Vuetify overwrites
5
- */
6
-
7
- // https://vuetifyjs.com/features/sass-variables/`
8
- // @use 'vuetify/settings' with (
9
- // $color-pack: false
10
- // );
@@ -1,66 +0,0 @@
1
- // Plugins
2
- import Components from 'unplugin-vue-components/vite'
3
- import Vue from '@vitejs/plugin-vue'
4
- import Vuetify, { transformAssetUrls } from 'vite-plugin-vuetify'
5
- import Fonts from 'unplugin-fonts/vite'
6
- import VueRouter from 'unplugin-vue-router/vite'
7
-
8
- // Utilities
9
- import { defineConfig } from 'vite'
10
- import { fileURLToPath, URL } from 'node:url'
11
-
12
- // https://vitejs.dev/config/
13
- export default defineConfig({
14
- plugins: [
15
- VueRouter(),
16
- Vue({
17
- template: { transformAssetUrls },
18
- }),
19
- // https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#readme
20
- Vuetify({
21
- autoImport: true,
22
- styles: {
23
- configFile: 'src/styles/settings.scss',
24
- },
25
- }),
26
- Components(),
27
- Fonts({
28
- fontsource: {
29
- families: [
30
- {
31
- name: 'Roboto',
32
- weights: [100, 300, 400, 500, 700, 900],
33
- styles: ['normal', 'italic'],
34
- },
35
- ],
36
- },
37
- }),
38
- ],
39
- optimizeDeps: {
40
- exclude: [
41
- 'vuetify',
42
- 'vue-router',
43
- 'unplugin-vue-router/runtime',
44
- 'unplugin-vue-router/data-loaders',
45
- 'unplugin-vue-router/data-loaders/basic',
46
- ],
47
- },
48
- define: { 'process.env': {} },
49
- resolve: {
50
- alias: {
51
- '@': fileURLToPath(new URL('src', import.meta.url)),
52
- },
53
- extensions: [
54
- '.js',
55
- '.json',
56
- '.jsx',
57
- '.mjs',
58
- '.ts',
59
- '.tsx',
60
- '.vue',
61
- ],
62
- },
63
- server: {
64
- port: 3000,
65
- },
66
- })
@@ -1,3 +0,0 @@
1
- {
2
- "recommendations": ["Vue.volar"]
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "vue.hover.rich": true
3
- }
@@ -1,79 +0,0 @@
1
- # Vuetify (Default)
2
-
3
- This is the official scaffolding tool for Vuetify, designed to give you a head start in building your new Vuetify application. It sets up a base template with all the necessary configurations and standard directory structure, enabling you to begin development without the hassle of setting up the project from scratch.
4
-
5
- ## ❗️ Important Links
6
-
7
- - 📄 [Docs](https://vuetifyjs.com/)
8
- - 🚨 [Issues](https://issues.vuetifyjs.com/)
9
- - 🏬 [Store](https://store.vuetifyjs.com/)
10
- - 🎮 [Playground](https://play.vuetifyjs.com/)
11
- - 💬 [Discord](https://community.vuetifyjs.com)
12
-
13
- ## 💿 Install
14
-
15
- Set up your project using your preferred package manager. Use the corresponding command to install the dependencies:
16
-
17
- | Package Manager | Command |
18
- |---------------------------------------------------------------|----------------|
19
- | [yarn](https://yarnpkg.com/getting-started) | `yarn install` |
20
- | [npm](https://docs.npmjs.com/cli/v7/commands/npm-install) | `npm install` |
21
- | [pnpm](https://pnpm.io/installation) | `pnpm install` |
22
- | [bun](https://bun.sh/#getting-started) | `bun install` |
23
-
24
- After completing the installation, your environment is ready for Vuetify development.
25
-
26
- ## ✨ Features
27
-
28
- - 🖼️ **Optimized Front-End Stack**: Leverage the latest Vue 3 and Vuetify {{VUETIFY_VERSION}} for a modern, reactive UI development experience. [Vue 3](https://v3.vuejs.org/) | [Vuetify {{VUETIFY_VERSION}}](https://vuetifyjs.com/en/)
29
- - 🗃️ **State Management**: Integrated with [Pinia](https://pinia.vuejs.org/), the intuitive, modular state management solution for Vue.
30
- - 🚦 **Routing and Layouts**: Utilizes Vue Router for SPA navigation and vite-plugin-vue-layouts for organizing Vue file layouts. [Vue Router](https://router.vuejs.org/) | [vite-plugin-vue-layouts](https://github.com/JohnCampionJr/vite-plugin-vue-layouts)
31
- - ⚡ **Next-Gen Tooling**: Powered by Vite, experience fast cold starts and instant HMR (Hot Module Replacement). [Vite](https://vitejs.dev/)
32
- - 🧩 **Automated Component Importing**: Streamline your workflow with unplugin-vue-components, automatically importing components as you use them. [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components)
33
-
34
- These features are curated to provide a seamless development experience from setup to deployment, ensuring that your Vuetify application is both powerful and maintainable.
35
-
36
- ## 💡 Usage
37
-
38
- This section covers how to start the development server and build your project for production.
39
-
40
- ### Starting the Development Server
41
-
42
- To start the development server with hot-reload, run the following command. The server will be accessible at [http://localhost:3000](http://localhost:3000):
43
-
44
- ```bash
45
- yarn dev
46
- ```
47
-
48
- (Repeat for npm, pnpm, and bun with respective commands.)
49
-
50
- > Add NODE_OPTIONS='--no-warnings' to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
51
-
52
- ### Building for Production
53
-
54
- To build your project for production, use:
55
-
56
- ```bash
57
- yarn build
58
- ```
59
-
60
- (Repeat for npm, pnpm, and bun with respective commands.)
61
-
62
- Once the build process is completed, your application will be ready for deployment in a production environment.
63
-
64
- ## 💪 Support Vuetify Development
65
-
66
- This project is built with [Vuetify](https://vuetifyjs.com/en/), a UI Library with a comprehensive collection of Vue components. Vuetify is an MIT licensed Open Source 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:
67
-
68
- - [Requesting Enterprise Support](https://support.vuetifyjs.com/)
69
- - [Sponsoring John on Github](https://github.com/users/johnleider/sponsorship)
70
- - [Sponsoring Kael on Github](https://github.com/users/kaelwd/sponsorship)
71
- - [Supporting the team on Open Collective](https://opencollective.com/vuetify)
72
- - [Becoming a sponsor on Patreon](https://www.patreon.com/vuetify)
73
- - [Becoming a subscriber on Tidelift](https://tidelift.com/subscription/npm/vuetify)
74
- - [Making a one-time donation with Paypal](https://paypal.me/vuetify)
75
-
76
- ## 📑 License
77
- [MIT](http://opensource.org/licenses/MIT)
78
-
79
- Copyright (c) 2016-present Vuetify, LLC
@@ -1,4 +0,0 @@
1
- > 1%
2
- last 2 versions
3
- not dead
4
- not ie 11
@@ -1,5 +0,0 @@
1
- [*.{js,jsx,ts,tsx,vue}]
2
- indent_style = space
3
- indent_size = 2
4
- trim_trailing_whitespace = true
5
- insert_final_newline = true
@@ -1,22 +0,0 @@
1
- .DS_Store
2
- node_modules
3
- /dist
4
-
5
- # local env files
6
- .env.local
7
- .env.*.local
8
-
9
- # Log files
10
- npm-debug.log*
11
- yarn-debug.log*
12
- yarn-error.log*
13
- pnpm-debug.log*
14
-
15
- # Editor directories and files
16
- .idea
17
- .vscode
18
- *.suo
19
- *.ntvs*
20
- *.njsproj
21
- *.sln
22
- *.sw?
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <link rel="icon" href="/favicon.ico">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Welcome to Vuetify {{VUETIFY_VERSION}}</title>
8
- </head>
9
- <body>
10
- <div id="app"></div>
11
- <script type="module" src="/src/main.js"></script>
12
- </body>
13
- </html>
@@ -1,20 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "allowJs": true,
4
- "target": "es5",
5
- "module": "esnext",
6
- "baseUrl": "./",
7
- "moduleResolution": "bundler",
8
- "paths": {
9
- "@/*": [
10
- "src/*"
11
- ]
12
- },
13
- "lib": [
14
- "esnext",
15
- "dom",
16
- "dom.iterable",
17
- "scripthost"
18
- ]
19
- }
20
- }
@@ -1,24 +0,0 @@
1
- {
2
- "private": true,
3
- "type": "module",
4
- "version": "0.0.0",
5
- "scripts": {
6
- "dev": "vite",
7
- "build": "vite build",
8
- "preview": "vite preview"
9
- },
10
- "dependencies": {
11
- "@mdi/font": "7.4.47",
12
- "@fontsource/roboto": "5.2.7",
13
- "vue": "^3.5.28",
14
- "vuetify": "^3.11.8"
15
- },
16
- "devDependencies": {
17
- "@vitejs/plugin-vue": "^6.0.1",
18
- "sass-embedded": "^1.92.1",
19
- "unplugin-fonts": "^1.4.0",
20
- "unplugin-vue-components": "^29.0.0",
21
- "vite-plugin-vuetify": "^2.1.3",
22
- "vite": "^7.1.5"
23
- }
24
- }
@@ -1,13 +0,0 @@
1
- <template>
2
- <v-app>
3
- <v-main>
4
- <HelloWorld />
5
- </v-main>
6
-
7
- <AppFooter />
8
- </v-app>
9
- </template>
10
-
11
- <script setup>
12
- //
13
- </script>
@@ -1,6 +0,0 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M261.126 140.65L164.624 307.732L256.001 466L377.028 256.5L498.001 47H315.192L261.126 140.65Z" fill="#1697F6"/>
3
- <path d="M135.027 256.5L141.365 267.518L231.64 111.178L268.731 47H256H14L135.027 256.5Z" fill="#AEDDFF"/>
4
- <path d="M315.191 47C360.935 197.446 256 466 256 466L164.624 307.732L315.191 47Z" fill="#1867C0"/>
5
- <path d="M268.731 47C76.0026 47 141.366 267.518 141.366 267.518L268.731 47Z" fill="#7BC6FF"/>
6
- </svg>