@duxweb/dvha-template 1.0.1-beta.1 → 1.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/package.json
CHANGED
|
@@ -24,5 +24,15 @@
|
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
25
|
"unocss": "^66.1.2",
|
|
26
26
|
"@unocss/reset": "^66.1.2"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@antfu/eslint-config": "^4.13.1",
|
|
30
|
+
"@tanstack/eslint-plugin-query": "^5.74.7",
|
|
31
|
+
"@unocss/eslint-plugin": "^66.1.2",
|
|
32
|
+
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
|
33
|
+
"eslint": "^9.27.0",
|
|
34
|
+
"typescript": "^5.8.2",
|
|
35
|
+
"vite": "^6.3.5",
|
|
36
|
+
"vitest": "^3.1.4"
|
|
27
37
|
}
|
|
28
38
|
}
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<h3 class="text-xl font-bold text-gray-900 mb-4">开始构建您的管理系统</h3>
|
|
58
58
|
<p class="text-gray-600 mb-6">@duxweb/dvha-core 为您提供了构建现代化管理系统所需的所有工具</p>
|
|
59
59
|
<div class="flex justify-center space-x-4">
|
|
60
|
-
<a href="https://github.com/duxweb/
|
|
60
|
+
<a href="https://github.com/duxweb/dvha" target="_blank"
|
|
61
61
|
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 text-sm font-medium">
|
|
62
62
|
<div class="i-tabler:brand-github mr-2"></div>
|
|
63
63
|
查看源码
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<h3 class="text-xl font-bold text-gray-900 mb-4">开始构建您的管理系统</h3>
|
|
58
58
|
<p class="text-gray-600 mb-6">@duxweb/dvha-core 为您提供了构建现代化管理系统所需的所有工具</p>
|
|
59
59
|
<div class="flex justify-center space-x-4">
|
|
60
|
-
<a href="https://github.com/duxweb/
|
|
60
|
+
<a href="https://github.com/duxweb/dvha" target="_blank"
|
|
61
61
|
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 text-sm font-medium">
|
|
62
62
|
<div class="i-tabler:brand-github mr-2"></div>
|
|
63
63
|
查看源码
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<h3 class="text-xl font-bold text-gray-900 mb-4">开始构建您的管理系统</h3>
|
|
58
58
|
<p class="text-gray-600 mb-6">@duxweb/dvha-core 为您提供了构建现代化管理系统所需的所有工具</p>
|
|
59
59
|
<div class="flex justify-center space-x-4">
|
|
60
|
-
<a href="https://github.com/duxweb/
|
|
60
|
+
<a href="https://github.com/duxweb/dvha" target="_blank"
|
|
61
61
|
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 text-sm font-medium">
|
|
62
62
|
<div class="i-tabler:brand-github mr-2"></div>
|
|
63
63
|
查看源码
|