@huberyyang/create-todo-vue 1.0.1 → 1.1.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 (118) hide show
  1. package/README.md +11 -4
  2. package/dist/index.js +49 -63
  3. package/package.json +21 -24
  4. package/template-vitesse-base/.dockerignore +0 -2
  5. package/template-vitesse-base/.editorconfig +0 -9
  6. package/template-vitesse-base/.github/FUNDING.yml +0 -2
  7. package/template-vitesse-base/.github/workflows/ci.yml +0 -96
  8. package/template-vitesse-base/.vscode/extensions.json +0 -13
  9. package/template-vitesse-base/.vscode/settings.json +0 -48
  10. package/template-vitesse-base/Dockerfile +0 -18
  11. package/template-vitesse-base/LICENSE +0 -21
  12. package/template-vitesse-base/README.md +0 -216
  13. package/template-vitesse-base/README.zh-CN.md +0 -185
  14. package/template-vitesse-base/_gitignore +0 -11
  15. package/template-vitesse-base/cypress/e2e/basic.spec.ts +0 -36
  16. package/template-vitesse-base/cypress/tsconfig.json +0 -12
  17. package/template-vitesse-base/cypress.config.ts +0 -14
  18. package/template-vitesse-base/eslint.config.js +0 -10
  19. package/template-vitesse-base/index.html +0 -23
  20. package/template-vitesse-base/locales/README.md +0 -7
  21. package/template-vitesse-base/locales/ar.yml +0 -14
  22. package/template-vitesse-base/locales/de.yml +0 -14
  23. package/template-vitesse-base/locales/en.yml +0 -14
  24. package/template-vitesse-base/locales/es.yml +0 -14
  25. package/template-vitesse-base/locales/fr.yml +0 -14
  26. package/template-vitesse-base/locales/id.yml +0 -14
  27. package/template-vitesse-base/locales/it.yml +0 -13
  28. package/template-vitesse-base/locales/ja.yml +0 -13
  29. package/template-vitesse-base/locales/ka.yml +0 -14
  30. package/template-vitesse-base/locales/ko.yml +0 -13
  31. package/template-vitesse-base/locales/pl.yml +0 -14
  32. package/template-vitesse-base/locales/pt-BR.yml +0 -14
  33. package/template-vitesse-base/locales/ru.yml +0 -13
  34. package/template-vitesse-base/locales/tr.yml +0 -14
  35. package/template-vitesse-base/locales/uk.yml +0 -13
  36. package/template-vitesse-base/locales/uz.yml +0 -14
  37. package/template-vitesse-base/locales/vi.yml +0 -13
  38. package/template-vitesse-base/locales/zh-CN.yml +0 -14
  39. package/template-vitesse-base/netlify.toml +0 -17
  40. package/template-vitesse-base/package.json +0 -81
  41. package/template-vitesse-base/public/_headers +0 -3
  42. package/template-vitesse-base/public/favicon-dark.svg +0 -3
  43. package/template-vitesse-base/public/favicon.svg +0 -3
  44. package/template-vitesse-base/public/pwa-192x192.png +0 -0
  45. package/template-vitesse-base/public/pwa-512x512.png +0 -0
  46. package/template-vitesse-base/public/safari-pinned-tab.svg +0 -41
  47. package/template-vitesse-base/src/App.vue +0 -29
  48. package/template-vitesse-base/src/auto-imports.d.ts +0 -624
  49. package/template-vitesse-base/src/components/README.md +0 -9
  50. package/template-vitesse-base/src/components/TheCounter.vue +0 -19
  51. package/template-vitesse-base/src/components/TheFooter.vue +0 -37
  52. package/template-vitesse-base/src/components/TheInput.vue +0 -20
  53. package/template-vitesse-base/src/components.d.ts +0 -17
  54. package/template-vitesse-base/src/composables/dark.ts +0 -4
  55. package/template-vitesse-base/src/layouts/404.vue +0 -21
  56. package/template-vitesse-base/src/layouts/README.md +0 -14
  57. package/template-vitesse-base/src/layouts/default.vue +0 -12
  58. package/template-vitesse-base/src/layouts/home.vue +0 -12
  59. package/template-vitesse-base/src/main.ts +0 -25
  60. package/template-vitesse-base/src/modules/README.md +0 -11
  61. package/template-vitesse-base/src/modules/i18n.ts +0 -50
  62. package/template-vitesse-base/src/modules/nprogress.ts +0 -14
  63. package/template-vitesse-base/src/modules/pinia.ts +0 -17
  64. package/template-vitesse-base/src/modules/pwa.ts +0 -14
  65. package/template-vitesse-base/src/pages/README.md +0 -20
  66. package/template-vitesse-base/src/pages/[...all].vue +0 -14
  67. package/template-vitesse-base/src/pages/about.md +0 -26
  68. package/template-vitesse-base/src/pages/hi/[name].vue +0 -50
  69. package/template-vitesse-base/src/pages/index.vue +0 -59
  70. package/template-vitesse-base/src/shims.d.ts +0 -18
  71. package/template-vitesse-base/src/stores/user.ts +0 -34
  72. package/template-vitesse-base/src/styles/main.css +0 -29
  73. package/template-vitesse-base/src/styles/markdown.css +0 -25
  74. package/template-vitesse-base/src/typed-router.d.ts +0 -27
  75. package/template-vitesse-base/src/types.ts +0 -3
  76. package/template-vitesse-base/test/__snapshots__/component.test.ts.snap +0 -3
  77. package/template-vitesse-base/test/basic.test.ts +0 -7
  78. package/template-vitesse-base/test/component.test.ts +0 -28
  79. package/template-vitesse-base/tsconfig.json +0 -38
  80. package/template-vitesse-base/uno.config.ts +0 -41
  81. package/template-vitesse-base/vite.config.ts +0 -167
  82. package/template-vitesse-lite/.editorconfig +0 -9
  83. package/template-vitesse-lite/.github/FUNDING.yml +0 -2
  84. package/template-vitesse-lite/.github/workflows/test.yml +0 -47
  85. package/template-vitesse-lite/.vscode/extensions.json +0 -11
  86. package/template-vitesse-lite/.vscode/settings.json +0 -48
  87. package/template-vitesse-lite/LICENSE +0 -21
  88. package/template-vitesse-lite/README.md +0 -86
  89. package/template-vitesse-lite/README.zh-CN.md +0 -87
  90. package/template-vitesse-lite/_gitignore +0 -9
  91. package/template-vitesse-lite/auto-imports.d.ts +0 -603
  92. package/template-vitesse-lite/components.d.ts +0 -17
  93. package/template-vitesse-lite/eslint.config.js +0 -9
  94. package/template-vitesse-lite/index.html +0 -25
  95. package/template-vitesse-lite/netlify.toml +0 -11
  96. package/template-vitesse-lite/package.json +0 -53
  97. package/template-vitesse-lite/public/favicon.svg +0 -9
  98. package/template-vitesse-lite/shims.d.ts +0 -6
  99. package/template-vitesse-lite/src/App.vue +0 -6
  100. package/template-vitesse-lite/src/components/README.md +0 -9
  101. package/template-vitesse-lite/src/components/TheCounter.vue +0 -19
  102. package/template-vitesse-lite/src/components/TheFooter.vue +0 -15
  103. package/template-vitesse-lite/src/components/TheInput.vue +0 -18
  104. package/template-vitesse-lite/src/composables/dark.ts +0 -2
  105. package/template-vitesse-lite/src/composables/index.ts +0 -1
  106. package/template-vitesse-lite/src/main.ts +0 -15
  107. package/template-vitesse-lite/src/pages/README.md +0 -20
  108. package/template-vitesse-lite/src/pages/[...all].vue +0 -5
  109. package/template-vitesse-lite/src/pages/hi/[name].vue +0 -22
  110. package/template-vitesse-lite/src/pages/index.vue +0 -46
  111. package/template-vitesse-lite/src/styles/main.css +0 -11
  112. package/template-vitesse-lite/test/__snapshots__/component.test.ts.snap +0 -3
  113. package/template-vitesse-lite/test/basic.test.ts +0 -7
  114. package/template-vitesse-lite/test/component.test.ts +0 -22
  115. package/template-vitesse-lite/tsconfig.json +0 -32
  116. package/template-vitesse-lite/typed-router.d.ts +0 -25
  117. package/template-vitesse-lite/uno.config.ts +0 -29
  118. package/template-vitesse-lite/vite.config.ts +0 -68
@@ -1,14 +0,0 @@
1
- button:
2
- about: Acerca de
3
- back: Atrás
4
- go: Ir
5
- home: Inicio
6
- toggle_dark: Alternar modo oscuro
7
- toggle_langs: Cambiar idiomas
8
- intro:
9
- desc: Plantilla de Inicio de Vite Dogmática
10
- dynamic-route: Demo de ruta dinámica
11
- hi: ¡Hola, {name}!
12
- aka: También conocido como
13
- whats-your-name: ¿Cómo te llamas?
14
- not-found: No se ha encontrado
@@ -1,14 +0,0 @@
1
- button:
2
- about: À propos
3
- back: Retour
4
- go: Essayer
5
- home: Accueil
6
- toggle_dark: Basculer en mode sombre
7
- toggle_langs: Changer de langue
8
- intro:
9
- desc: Exemple d'application Vite
10
- dynamic-route: Démo de route dynamique
11
- hi: Salut, {name}!
12
- aka: Aussi connu sous le nom de
13
- whats-your-name: Comment t'appelles-tu ?
14
- not-found: Page non trouvée
@@ -1,14 +0,0 @@
1
- button:
2
- about: Tentang
3
- back: Kembali
4
- go: Pergi
5
- home: Beranda
6
- toggle_dark: Ubah ke mode gelap
7
- toggle_langs: Ubah bahasa
8
- intro:
9
- desc: Template awal vite
10
- dynamic-route: Contoh rute dinamik
11
- hi: Halo, {name}!
12
- aka: Juga diketahui sebagai
13
- whats-your-name: Siapa nama anda?
14
- not-found: Tidak ditemukan
@@ -1,13 +0,0 @@
1
- button:
2
- about: Su di me
3
- back: Indietro
4
- go: Vai
5
- home: Home
6
- toggle_dark: Attiva/disattiva modalità scura
7
- toggle_langs: Cambia lingua
8
- intro:
9
- desc: Modello per una Applicazione Vite
10
- dynamic-route: Demo di rotta dinamica
11
- hi: Ciao, {name}!
12
- whats-your-name: Come ti chiami?
13
- not-found: Non trovato
@@ -1,13 +0,0 @@
1
- button:
2
- about: これは?
3
- back: 戻る
4
- go: 進む
5
- home: ホーム
6
- toggle_dark: ダークモード切り替え
7
- toggle_langs: 言語切り替え
8
- intro:
9
- desc: 固執された Vite スターターテンプレート
10
- dynamic-route: 動的ルートのデモ
11
- hi: こんにちは、{name}!
12
- whats-your-name: 君の名は。
13
- not-found: 見つかりませんでした
@@ -1,14 +0,0 @@
1
- button:
2
- about: შესახებ
3
- back: უკან
4
- go: დაწყება
5
- home: მთავარი
6
- toggle_dark: გადართე მუქი რეჟიმი
7
- toggle_langs: ენის შეცვლა
8
- intro:
9
- desc: Opinionated Vite Starter Template
10
- dynamic-route: დინამიური როუტინგის დემო
11
- hi: გამარჯობა, {name}!
12
- aka: ასევე ცნობილი როგორც
13
- whats-your-name: რა გქვია?
14
- not-found: ვერ მოიძებნა
@@ -1,13 +0,0 @@
1
- button:
2
- about: 소개
3
- back: 뒤로가기
4
- go: 이동
5
- home: 홈
6
- toggle_dark: 다크모드 토글
7
- toggle_langs: 언어 변경
8
- intro:
9
- desc: Vite 애플리케이션 템플릿
10
- dynamic-route: 다이나믹 라우트 데모
11
- hi: 안녕, {name}!
12
- whats-your-name: 이름이 뭐예요?
13
- not-found: 찾을 수 없습니다
@@ -1,14 +0,0 @@
1
- button:
2
- about: O nas
3
- back: Wróć
4
- go: WEJDŹ
5
- home: Strona główna
6
- toggle_dark: Ustaw tryb nocny
7
- toggle_langs: Zmień język
8
- intro:
9
- desc: Opiniowany szablon startowy Vite
10
- dynamic-route: Demonstracja dynamicznego route
11
- hi: Cześć, {name}!
12
- aka: Znany też jako
13
- whats-your-name: Jak masz na imię?
14
- not-found: Nie znaleziono
@@ -1,14 +0,0 @@
1
- button:
2
- about: Sobre
3
- back: Voltar
4
- go: Ir
5
- home: Início
6
- toggle_dark: Alternar modo escuro
7
- toggle_langs: Mudar de idioma
8
- intro:
9
- desc: Modelo Opinativo de Partida de Vite
10
- dynamic-route: Demonstração de rota dinâmica
11
- hi: Olá, {name}!
12
- aka: Também conhecido como
13
- whats-your-name: Qual é o seu nome?
14
- not-found: Não encontrado
@@ -1,13 +0,0 @@
1
- button:
2
- about: О шаблоне
3
- back: Назад
4
- go: Перейти
5
- home: Главная
6
- toggle_dark: Включить темный режим
7
- toggle_langs: Сменить язык
8
- intro:
9
- desc: Самостоятельный начальный шаблон Vite
10
- dynamic-route: Демо динамического маршрута
11
- hi: Привет, {name}!
12
- whats-your-name: Как тебя зовут?
13
- not-found: Не найден
@@ -1,14 +0,0 @@
1
- button:
2
- about: Hakkımda
3
- back: Geri
4
- go: İLERİ
5
- home: Anasayfa
6
- toggle_dark: Karanlık modu değiştir
7
- toggle_langs: Dilleri değiştir
8
- intro:
9
- desc: Görüşlü Vite Başlangıç Şablonu
10
- dynamic-route: Dinamik rota demosu
11
- hi: Merhaba, {name}!
12
- aka: Ayrıca şöyle bilinir
13
- whats-your-name: Adınız nedir?
14
- not-found: Bulunamadı
@@ -1,13 +0,0 @@
1
- button:
2
- about: Про шаблон
3
- back: Назад
4
- go: Перейти
5
- home: Головна
6
- toggle_dark: Переключити темний режим
7
- toggle_langs: Змінити мову
8
- intro:
9
- desc: Самостійний початковий шаблон Vite
10
- dynamic-route: Демо динамічного маршруту
11
- hi: Привіт, {name}!
12
- whats-your-name: Як тебе звати?
13
- not-found: Не знайдено
@@ -1,14 +0,0 @@
1
- button:
2
- about: Haqida
3
- back: Orqaga
4
- go: Kettik
5
- home: Bosh sahifa
6
- toggle_dark: Qorong‘i rejimga o‘tish
7
- toggle_langs: Tilni o‘zgartirish
8
- intro:
9
- desc: O‘ylangan boshlang‘ich Vite shabloni
10
- dynamic-route: Dynamic route demo'si
11
- hi: Assalomu alaykum, {name}!
12
- aka: shuningdek
13
- whats-your-name: Ismingiz nima?
14
- not-found: Topilmadi
@@ -1,13 +0,0 @@
1
- button:
2
- about: Về
3
- back: Quay lại
4
- go: Đi
5
- home: Khởi đầu
6
- toggle_dark: Chuyển đổi chế độ tối
7
- toggle_langs: Thay đổi ngôn ngữ
8
- intro:
9
- desc: Ý kiến cá nhân Vite Template để bắt đầu
10
- dynamic-route: Bản giới thiệu về dynamic route
11
- hi: Hi, {name}!
12
- whats-your-name: Tên bạn là gì?
13
- not-found: Không tìm thấy
@@ -1,14 +0,0 @@
1
- button:
2
- about: 关于
3
- back: 返回
4
- go: 确定
5
- home: 首页
6
- toggle_dark: 切换深色模式
7
- toggle_langs: 切换语言
8
- intro:
9
- desc: 固执己见的 Vite 项目模板
10
- dynamic-route: 动态路由演示
11
- hi: 你好,{name}
12
- aka: 也叫
13
- whats-your-name: 输入你的名字
14
- not-found: 未找到页面
@@ -1,17 +0,0 @@
1
- [build]
2
- publish = "dist"
3
- command = "pnpm run build"
4
-
5
- [build.environment]
6
- NODE_VERSION = "20"
7
-
8
- [[redirects]]
9
- from = "/*"
10
- to = "/index.html"
11
- status = 200
12
-
13
- [[headers]]
14
- for = "/manifest.webmanifest"
15
-
16
- [headers.values]
17
- Content-Type = "application/manifest+json"
@@ -1,81 +0,0 @@
1
- {
2
- "type": "module",
3
- "private": true,
4
- "scripts": {
5
- "build": "vite-ssg build",
6
- "dev": "vite --port 3333 --open",
7
- "lint": "eslint .",
8
- "preview": "vite preview",
9
- "preview-https": "serve dist",
10
- "test": "vitest",
11
- "test:e2e": "cypress open",
12
- "test:unit": "vitest",
13
- "typecheck": "vue-tsc --noEmit",
14
- "up": "taze major -I",
15
- "postinstall": "npx simple-git-hooks",
16
- "sizecheck": "npx vite-bundle-visualizer"
17
- },
18
- "dependencies": {
19
- "@unhead/vue": "catalog:frontend",
20
- "@unocss/reset": "catalog:frontend",
21
- "@vueuse/core": "catalog:frontend",
22
- "nprogress": "catalog:frontend",
23
- "pinia": "catalog:frontend",
24
- "vue": "catalog:frontend",
25
- "vue-i18n": "catalog:frontend",
26
- "vue-router": "catalog:frontend"
27
- },
28
- "devDependencies": {
29
- "@antfu/eslint-config": "catalog:dev",
30
- "@iconify-json/carbon": "catalog:dev",
31
- "@intlify/unplugin-vue-i18n": "catalog:build",
32
- "@shikijs/markdown-it": "catalog:build",
33
- "@types/markdown-it-link-attributes": "catalog:types",
34
- "@types/nprogress": "catalog:types",
35
- "@unocss/eslint-config": "catalog:build",
36
- "@vitejs/plugin-vue": "catalog:build",
37
- "@vue-macros/volar": "catalog:dev",
38
- "@vue/test-utils": "catalog:dev",
39
- "beasties": "catalog:build",
40
- "cypress": "catalog:dev",
41
- "cypress-vite": "catalog:dev",
42
- "eslint": "catalog:dev",
43
- "eslint-plugin-cypress": "catalog:dev",
44
- "eslint-plugin-format": "catalog:dev",
45
- "https-localhost": "catalog:dev",
46
- "lint-staged": "catalog:dev",
47
- "markdown-it-link-attributes": "catalog:build",
48
- "rollup": "catalog:build",
49
- "shiki": "catalog:build",
50
- "simple-git-hooks": "catalog:dev",
51
- "taze": "catalog:dev",
52
- "typescript": "catalog:dev",
53
- "unocss": "catalog:build",
54
- "unplugin-auto-import": "catalog:build",
55
- "unplugin-vue-components": "catalog:build",
56
- "unplugin-vue-macros": "catalog:build",
57
- "unplugin-vue-markdown": "catalog:build",
58
- "unplugin-vue-router": "catalog:build",
59
- "vite": "catalog:build",
60
- "vite-bundle-visualizer": "catalog:build",
61
- "vite-plugin-inspect": "catalog:build",
62
- "vite-plugin-pwa": "catalog:build",
63
- "vite-plugin-vue-devtools": "catalog:build",
64
- "vite-plugin-vue-layouts": "catalog:build",
65
- "vite-ssg": "catalog:build",
66
- "vite-ssg-sitemap": "catalog:build",
67
- "vitest": "catalog:dev",
68
- "vue-tsc": "catalog:dev"
69
- },
70
- "resolutions": {
71
- "unplugin": "catalog:build",
72
- "vite": "catalog:build",
73
- "vite-plugin-inspect": "catalog:build"
74
- },
75
- "simple-git-hooks": {
76
- "pre-commit": "pnpm lint-staged"
77
- },
78
- "lint-staged": {
79
- "*": "eslint --fix"
80
- }
81
- }
@@ -1,3 +0,0 @@
1
- /assets/*
2
- cache-control: max-age=31536000
3
- cache-control: immutable
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M27.562 26L17.17 8.928l2.366-3.888L17.828 4L16 7.005L14.17 4l-1.708 1.04l2.366 3.888L4.438 26H2v2h28v-2zM16 10.85L25.22 26H17v-8h-2v8H6.78z" fill="white" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M27.562 26L17.17 8.928l2.366-3.888L17.828 4L16 7.005L14.17 4l-1.708 1.04l2.366 3.888L4.438 26H2v2h28v-2zM16 10.85L25.22 26H17v-8h-2v8H6.78z" fill="#222" />
3
- </svg>
@@ -1,41 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
- <metadata>
8
- Created by potrace 1.11, written by Peter Selinger 2001-2013
9
- </metadata>
10
- <g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
11
- fill="#000000" stroke="none">
12
- <path d="M2916 6015 c-93 -57 -173 -108 -178 -113 -6 -6 7 -36 33 -78 23 -38
13
- 86 -141 139 -229 54 -88 135 -221 180 -295 46 -74 94 -155 108 -180 14 -25 29
14
- -52 35 -60 7 -12 -9 -45 -62 -130 -39 -63 -85 -140 -103 -170 -18 -30 -117
15
- -194 -222 -365 -104 -170 -199 -326 -210 -346 -12 -19 -61 -102 -111 -183 -49
16
- -81 -101 -166 -115 -189 -14 -23 -39 -64 -55 -90 -17 -27 -77 -126 -134 -220
17
- -57 -95 -127 -210 -156 -257 -194 -315 -325 -533 -325 -541 0 -5 -4 -9 -10 -9
18
- -5 0 -10 -4 -10 -9 0 -5 -55 -98 -121 -207 -247 -404 -403 -660 -416 -684 -8
19
- -14 -58 -97 -112 -185 l-98 -160 -189 -2 c-104 -1 -225 -2 -269 -2 l-80 -1 1
20
- -210 c0 -116 4 -213 8 -218 11 -11 6107 -9 6114 2 8 13 8 406 0 419 -4 7 -88
21
- 10 -265 9 l-259 -2 -50 77 c-27 43 -54 87 -60 98 -6 11 -62 103 -124 205 -62
22
- 102 -120 197 -129 212 -9 16 -85 142 -170 280 -85 139 -160 262 -165 273 -6
23
- 11 -13 22 -16 25 -3 3 -30 46 -59 95 -30 50 -102 169 -161 265 -59 96 -240
24
- 393 -402 660 -163 267 -371 609 -463 760 -92 151 -194 318 -225 370 -31 52
25
- -101 167 -155 255 l-97 160 27 50 c16 27 32 55 36 61 5 5 38 59 74 120 36 60
26
- 69 116 74 124 5 8 75 122 155 253 81 131 144 242 141 247 -4 7 -114 76 -183
27
- 115 -10 6 -52 32 -95 58 -42 27 -81 46 -87 42 -8 -5 -94 -140 -140 -219 -19
28
- -33 -221 -365 -246 -404 -15 -22 -18 -18 -111 135 -52 87 -123 203 -157 258
29
- -67 108 -67 110 -111 184 -16 28 -34 51 -40 50 -5 0 -86 -47 -179 -104z m739
30
- -1642 c319 -526 519 -854 637 -1046 43 -70 78 -130 78 -133 0 -2 5 -10 10 -17
31
- 6 -7 69 -109 140 -227 72 -118 134 -222 139 -230 5 -8 55 -89 111 -180 56 -91
32
- 105 -172 110 -180 9 -14 52 -84 270 -445 54 -88 135 -221 180 -295 46 -74 91
33
- -148 100 -165 9 -16 31 -53 48 -81 18 -28 32 -54 32 -57 0 -3 -403 -6 -895 -5
34
- l-895 0 0 81 c-1 45 -1 439 -1 875 l0 792 -37 1 c-57 1 -344 1 -374 0 l-27 -1
35
- 0 -832 c0 -458 0 -852 0 -875 l-1 -42 -895 1 c-492 0 -895 3 -895 5 0 9 115
36
- 198 122 201 5 2 8 7 8 12 0 5 23 46 51 92 28 46 78 128 112 183 33 55 70 116
37
- 82 135 12 19 132 215 265 435 133 220 266 438 295 485 65 105 206 338 220 362
38
- 6 10 172 284 370 608 198 325 387 635 420 690 33 55 62 100 65 100 3 0 73
39
- -111 155 -247z"/>
40
- </g>
41
- </svg>
@@ -1,29 +0,0 @@
1
- <script setup lang="ts">
2
- // https://github.com/vueuse/head
3
- // you can use this to manipulate the document head in any components,
4
- // they will be rendered correctly in the html results with vite-ssg
5
- useHead({
6
- title: 'Vitesse',
7
- meta: [
8
- {
9
- name: 'description',
10
- content: 'Opinionated Vite Starter Template',
11
- },
12
- {
13
- name: 'theme-color',
14
- content: () => isDark.value ? '#00aba9' : '#ffffff',
15
- },
16
- ],
17
- link: [
18
- {
19
- rel: 'icon',
20
- type: 'image/svg+xml',
21
- href: () => preferredDark.value ? '/favicon-dark.svg' : '/favicon.svg',
22
- },
23
- ],
24
- })
25
- </script>
26
-
27
- <template>
28
- <RouterView />
29
- </template>