11# TailAdmin Vue.js Dashboard
22
3- A modern Vue.js admin dashboard template built with Tailwind CSS.
3+ #### Preview
4+ - [ Demo] ( https://themewagon.github.io/tailadmin-vuejs/ )
45
5- ## GitHub Pages Deployment
6+ #### Download
7+ - [ Download from ThemeWagon] ( https://themewagon.com/themes/tailadmin-vuejs/ )
68
7- This project is configured for automatic deployment to GitHub Pages using GitHub Actions.
89
9- ### Setup Instructions
10-
11- 1 . ** Fork or clone this repository**
12- 2 . ** Enable GitHub Pages in your repository settings:**
13- - Go to your repository on GitHub
14- - Click on ** Settings** tab
15- - Scroll down to ** Pages** section in the left sidebar
16- - Under "Source", select ** "GitHub Actions"**
17- - Save the settings
18- 3 . ** Push your changes to the main branch**
19- 4 . ** The GitHub Action will automatically build and deploy your site**
20-
21- ### Troubleshooting
22-
23- If you get an error about "Pages site not found":
24- 1 . Make sure you've enabled GitHub Pages in repository settings first
25- 2 . The workflow includes ` enablement: true ` to help with initial setup
26- 3 . After enabling Pages, push your changes again
27-
28- ### Repository Configuration
29-
30- - ** Username:** ` themewagon `
31- - ** Repository:** ` tailadmin-vuejs `
32- - ** GitHub Pages URL:** ` https://themewagon.github.io/tailadmin-vuejs/ `
33-
34- ### Local Development
10+ ### Getting Started
3511
3612``` bash
3713# Install dependencies
@@ -47,47 +23,14 @@ npm run build
4723npm run preview
4824```
4925
50- ### Deployment Features
51-
52- - ✅ Automatic deployment via GitHub Actions
53- - ✅ Hash-based routing for GitHub Pages compatibility
54- - ✅ Proper base URL configuration
55- - ✅ Production-optimized builds
56-
57- ### Manual Deployment (Alternative)
58-
59- If you prefer manual deployment:
60-
61- ``` bash
62- # Build for GitHub Pages
63- npm run build:gh-pages
64-
65- # Deploy using gh-pages (requires gh-pages package)
66- npm run deploy
67- ```
68-
69- ### Project Structure
7026
27+ ## Author
7128```
72- src/
73- ├── components/ # Reusable Vue components
74- ├── views/ # Page components
75- ├── router/ # Vue Router configuration
76- ├── assets/ # Static assets
77- └── icons/ # SVG icon components
29+ Design and code is completely written by TailAdmin and development team.
7830```
7931
80- ### Technologies Used
81-
82- - Vue 3 with Composition API
83- - Vue Router 4
84- - Tailwind CSS
85- - Vite
86- - TypeScript
87- - ApexCharts
88- - FullCalendar
89- - And more...
90-
91- ### License
32+ ## License
9233
93- This project is licensed under the MIT License.
34+ - Design and Code is Copyright © ; [ TailAdmin] ( https://tailadmin.com/ )
35+ - Licensed cover under [ MIT]
36+ - Distributed by [ ThemeWagon] ( https://themewagon.com )
0 commit comments