-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
517 lines (508 loc) · 19.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Vue Admin Templates & Resources Hub - The ultimate collection of Vue.js admin templates, UI libraries, and development tools. Find the perfect template for your next admin dashboard."
/>
<meta
name="keywords"
content="Vue.js, Admin Dashboard, Element Plus, Ant Design Vue, vue-element-admin, Admin Template, UI Components"
/>
<meta name="author" content="Vue Admin Hub" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Vue Admin Templates & Resources Hub" />
<meta
property="og:description"
content="Discover the best Vue.js admin templates, UI libraries, and development tools for building modern admin dashboards."
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vue Admin Templates & Resources Hub" />
<meta
name="twitter:description"
content="Find the perfect Vue.js admin template and resources for your next project."
/>
<title>
Vue Admin Templates & Resources Hub | Best Vue.js Admin Dashboard
Solutions
</title>
<script src="https://cdn.tailwindcss.com"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9119129995524504"
crossorigin="anonymous"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
vue: {
green: "#42b883",
dark: "#35495e",
light: "#64ffda",
},
},
},
},
};
</script>
<link rel="canonical" href="https://vueadminhub.com" />
</head>
<body class="bg-gray-50">
<header class="bg-vue-dark shadow-lg">
<nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<h1 class="text-white text-xl font-bold">
<a
href="/"
class="hover:text-vue-light transition-colors duration-200"
>Vue Admin Hub</a
>
</h1>
</div>
<div class="flex items-center">
<ul class="flex space-x-4">
<li>
<a
href="#templates"
class="text-white hover:text-vue-light px-3 py-2 rounded-md text-sm font-medium"
>Templates</a
>
</li>
<li>
<a
href="#ui-libs"
class="text-white hover:text-vue-light px-3 py-2 rounded-md text-sm font-medium"
>UI Libraries</a
>
</li>
<li>
<a
href="#tools"
class="text-white hover:text-vue-light px-3 py-2 rounded-md text-sm font-medium"
>Tools</a
>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8">
<!-- Search Section -->
<div class="px-4 py-6 sm:px-0">
<div
class="bg-gradient-to-r from-vue-dark to-vue-green rounded-xl shadow-lg p-8 mb-8"
>
<div class="max-w-3xl mx-auto">
<h2 class="text-2xl font-bold text-white mb-4 text-center">
Find Your Perfect Vue Admin Solution
</h2>
<div class="relative">
<div
class="flex items-center bg-white rounded-lg shadow-inner overflow-hidden"
>
<input
type="text"
placeholder="Search templates, UI libraries, or tools..."
class="flex-1 px-6 py-4 text-gray-700 bg-transparent border-0 focus:ring-0 focus:outline-none placeholder-gray-400"
/>
<button
class="px-8 py-4 bg-vue-green text-white font-medium hover:bg-vue-dark transition-colors duration-200 flex items-center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5 mr-2"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
/>
</svg>
Search
</button>
</div>
</div>
<p class="text-gray-200 text-sm mt-3 text-center">
Popular: Element Plus, Ant Design Vue, Vite, TypeScript
</p>
</div>
</div>
</div>
<!-- Templates Section -->
<section id="templates" class="px-4 py-6 sm:px-0">
<h2 class="text-2xl font-bold text-vue-dark mb-6">Admin Templates</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- vue-element-admin -->
<div
class="bg-white rounded-lg shadow hover:shadow-lg transition-shadow duration-200"
>
<div class="p-6">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold text-vue-dark">
vue-element-admin
</h3>
<span
class="bg-vue-green bg-opacity-10 text-vue-green text-xs font-medium px-2.5 py-0.5 rounded"
>Vue 2.x</span
>
</div>
<p class="text-gray-600 mb-4">
Production-ready solution for Vue.js admin interfaces
</p>
<div
class="flex items-center space-x-4 text-sm text-gray-500 mb-4"
>
<span>⭐ 81.9k</span>
<span>🔄 Updated: 2024-12</span>
</div>
<div class="flex flex-wrap gap-2 mb-4">
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>Element UI</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>Webpack</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>Permission Control</span
>
</div>
<a
href="https://github.com/PanJiaChen/vue-element-admin"
target="_blank"
rel="noopener"
class="inline-flex items-center justify-center w-full px-4 py-2 text-sm font-medium text-white bg-vue-green rounded-md hover:bg-vue-dark transition-colors duration-200"
>View Details</a
>
</div>
</div>
<!-- vue-pure-admin -->
<div
class="bg-white rounded-lg shadow hover:shadow-lg transition-shadow duration-200"
>
<div class="p-6">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold text-vue-dark">
vue-pure-admin
</h3>
<span
class="bg-vue-green bg-opacity-10 text-vue-green text-xs font-medium px-2.5 py-0.5 rounded"
>Vue 3.x</span
>
</div>
<p class="text-gray-600 mb-4">
Modern Vue 3 admin template with Element Plus and TypeScript
</p>
<div
class="flex items-center space-x-4 text-sm text-gray-500 mb-4"
>
<span>⭐ 10.2k</span>
<span>🔄 Updated: 2025-02</span>
</div>
<div class="flex flex-wrap gap-2 mb-4">
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>Element Plus</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>Vite</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>TypeScript</span
>
</div>
<a
href="https://github.com/pure-admin/vue-pure-admin"
target="_blank"
rel="noopener"
class="inline-flex items-center justify-center w-full px-4 py-2 text-sm font-medium text-white bg-vue-green rounded-md hover:bg-vue-dark transition-colors duration-200"
>View Details</a
>
</div>
</div>
</div>
</section>
<!-- UI Libraries Section -->
<section id="ui-libs" class="px-4 py-6 sm:px-0">
<h2 class="text-2xl font-bold text-vue-dark mb-6">UI Libraries</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Element Plus -->
<div
class="bg-white rounded-lg shadow hover:shadow-lg transition-shadow duration-200"
>
<div class="p-6">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold text-vue-dark">
Element Plus
</h3>
<span
class="bg-vue-green bg-opacity-10 text-vue-green text-xs font-medium px-2.5 py-0.5 rounded"
>Vue 3.x</span
>
</div>
<p class="text-gray-600 mb-4">
A Vue 3 based component library for designers and developers
</p>
<div
class="flex items-center space-x-4 text-sm text-gray-500 mb-4"
>
<span>⭐ 20.8k</span>
<span>📦 50+ Components</span>
</div>
<div class="flex flex-wrap gap-2 mb-4">
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>TypeScript</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>Dark Mode</span
>
</div>
<a
href="https://element-plus.org/"
target="_blank"
rel="noopener"
class="inline-flex items-center justify-center w-full px-4 py-2 text-sm font-medium text-white bg-vue-green rounded-md hover:bg-vue-dark transition-colors duration-200"
>Documentation</a
>
</div>
</div>
<!-- Ant Design Vue -->
<div
class="bg-white rounded-lg shadow hover:shadow-lg transition-shadow duration-200"
>
<div class="p-6">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold text-vue-dark">
Ant Design Vue
</h3>
<span
class="bg-vue-green bg-opacity-10 text-vue-green text-xs font-medium px-2.5 py-0.5 rounded"
>Vue 3.x</span
>
</div>
<p class="text-gray-600 mb-4">
Enterprise-class UI components based on Ant Design and Vue.js
</p>
<div
class="flex items-center space-x-4 text-sm text-gray-500 mb-4"
>
<span>⭐ 18.3k</span>
<span>📦 60+ Components</span>
</div>
<div class="flex flex-wrap gap-2 mb-4">
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>TypeScript</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>i18n</span
>
</div>
<a
href="https://antdv.com/"
target="_blank"
rel="noopener"
class="inline-flex items-center justify-center w-full px-4 py-2 text-sm font-medium text-white bg-vue-green rounded-md hover:bg-vue-dark transition-colors duration-200"
>Documentation</a
>
</div>
</div>
</div>
</section>
<!-- Tools Section -->
<section id="tools" class="px-4 py-6 sm:px-0">
<h2 class="text-2xl font-bold text-vue-dark mb-6">Development Tools</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Vite -->
<div
class="bg-white rounded-lg shadow hover:shadow-lg transition-shadow duration-200"
>
<div class="p-6">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold text-vue-dark">Vite</h3>
<span
class="bg-vue-green bg-opacity-10 text-vue-green text-xs font-medium px-2.5 py-0.5 rounded"
>Build Tool</span
>
</div>
<p class="text-gray-600 mb-4">
Next generation frontend tooling with lightning fast HMR
</p>
<div
class="flex items-center space-x-4 text-sm text-gray-500 mb-4"
>
<span>⭐ 59.9k</span>
<span>🚀 Fast Refresh</span>
</div>
<div class="flex flex-wrap gap-2 mb-4">
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>ESM</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>Fast Cold Start</span
>
</div>
<a
href="https://vitejs.dev/"
target="_blank"
rel="noopener"
class="inline-flex items-center justify-center w-full px-4 py-2 text-sm font-medium text-white bg-vue-green rounded-md hover:bg-vue-dark transition-colors duration-200"
>Documentation</a
>
</div>
</div>
<!-- Pinia -->
<div
class="bg-white rounded-lg shadow hover:shadow-lg transition-shadow duration-200"
>
<div class="p-6">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold text-vue-dark">Pinia</h3>
<span
class="bg-vue-green bg-opacity-10 text-vue-green text-xs font-medium px-2.5 py-0.5 rounded"
>State Management</span
>
</div>
<p class="text-gray-600 mb-4">
The official state management solution for Vue.js
</p>
<div
class="flex items-center space-x-4 text-sm text-gray-500 mb-4"
>
<span>⭐ 11.2k</span>
<span>📦 Lightweight</span>
</div>
<div class="flex flex-wrap gap-2 mb-4">
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>TypeScript</span
>
<span
class="bg-vue-green bg-opacity-10 text-vue-dark text-xs font-medium px-2.5 py-0.5 rounded"
>DevTools</span
>
</div>
<a
href="https://pinia.vuejs.org/"
target="_blank"
rel="noopener"
class="inline-flex items-center justify-center w-full px-4 py-2 text-sm font-medium text-white bg-vue-green rounded-md hover:bg-vue-dark transition-colors duration-200"
>Documentation</a
>
</div>
</div>
</div>
</section>
</main>
<footer class="bg-vue-dark mt-8">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div class="col-span-2">
<h2 class="text-white text-lg font-semibold mb-4">Vue Admin Hub</h2>
<p class="text-gray-300 text-sm">
Your one-stop resource for Vue.js admin templates, UI libraries,
and development tools. Build better admin dashboards faster.
</p>
</div>
<div>
<h3 class="text-white text-sm font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li>
<a
href="#templates"
class="text-gray-300 hover:text-vue-light text-sm"
>Templates</a
>
</li>
<li>
<a
href="#ui-libs"
class="text-gray-300 hover:text-vue-light text-sm"
>UI Libraries</a
>
</li>
<li>
<a
href="#tools"
class="text-gray-300 hover:text-vue-light text-sm"
>Tools</a
>
</li>
</ul>
</div>
<div>
<h3 class="text-white text-sm font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li>
<a
href="https://vuejs.org/"
target="_blank"
rel="noopener"
class="text-gray-300 hover:text-vue-light text-sm"
>Vue.js Official</a
>
</li>
<li>
<a
href="https://github.com/vuejs"
target="_blank"
rel="noopener"
class="text-gray-300 hover:text-vue-light text-sm"
>Vue GitHub</a
>
</li>
<li>
<a
href="https://discord.com/invite/vue"
target="_blank"
rel="noopener"
class="text-gray-300 hover:text-vue-light text-sm"
>Vue Discord</a
>
</li>
</ul>
</div>
</div>
<div class="mt-8 pt-8 border-t border-gray-700">
<div class="flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-300 text-sm">
© 2025 Vue Admin Hub. All rights reserved.
</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-300 hover:text-vue-light">
<span class="sr-only">Privacy Policy</span>
Privacy
</a>
<a href="#" class="text-gray-300 hover:text-vue-light">
<span class="sr-only">Terms of Service</span>
Terms
</a>
<a href="#" class="text-gray-300 hover:text-vue-light">
<span class="sr-only">Contact Us</span>
Contact
</a>
</div>
</div>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>