mirror of https://github.com/ColorlibHQ/AdminLTE
Add README for dist/ folder with usage instructions
- Complete documentation for ready-to-use production build - CDN usage examples with jsDelivr links - Deployment instructions for all hosting scenarios - File inventory and technical specifications - Quick start guide for immediate usagepull/5869/head
parent
215107782c
commit
2f59912a8d
|
@ -0,0 +1,106 @@
|
|||
# AdminLTE v4.0.0-rc3 - Production Build
|
||||
|
||||
This folder contains the **ready-to-use production build** of AdminLTE v4.0.0-rc3.
|
||||
|
||||
## ๐ Quick Start
|
||||
|
||||
### Option 1: Download & Use Locally
|
||||
1. Download this entire `dist/` folder
|
||||
2. Upload to your web server or open `index.html` in a local server
|
||||
3. All files work immediately - no build process required!
|
||||
|
||||
### Option 2: Use as CDN
|
||||
```html
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ColorlibHQ/AdminLTE@v4.0.0-rc3/dist/css/adminlte.min.css">
|
||||
|
||||
<!-- JavaScript -->
|
||||
<script src="https://cdn.jsdelivr.net/gh/ColorlibHQ/AdminLTE@v4.0.0-rc3/dist/js/adminlte.min.js"></script>
|
||||
```
|
||||
|
||||
## ๐ What's Included
|
||||
|
||||
### ๐ **HTML Pages (37 total)**
|
||||
- `index.html` - Main dashboard
|
||||
- `index2.html`, `index3.html` - Alternative dashboards
|
||||
- `widgets/` - Widget demonstrations
|
||||
- `layout/` - Layout examples (sidebar variations, RTL, etc.)
|
||||
- `forms/` - Form examples
|
||||
- `tables/` - Table examples
|
||||
- `UI/` - UI component examples
|
||||
- `examples/` - Login, register, lockscreen pages
|
||||
- `docs/` - Documentation pages
|
||||
|
||||
### ๐จ **CSS Files**
|
||||
- `css/adminlte.css` - Main stylesheet
|
||||
- `css/adminlte.min.css` - Minified version
|
||||
- `css/adminlte.rtl.css` - Right-to-left language support
|
||||
- `css/adminlte.rtl.min.css` - RTL minified
|
||||
- `css/*.map` - Source maps for debugging
|
||||
|
||||
### โก **JavaScript Files**
|
||||
- `js/adminlte.js` - Main JavaScript
|
||||
- `js/adminlte.min.js` - Minified version
|
||||
- `js/*.map` - Source maps for debugging
|
||||
|
||||
### ๐ผ๏ธ **Assets**
|
||||
- `assets/img/` - All images (logos, avatars, photos, etc.)
|
||||
- Complete image set for demos and examples
|
||||
|
||||
## ๐ **Deployment**
|
||||
|
||||
### โ
**Works Everywhere**
|
||||
- **Static Hosting**: GitHub Pages, Netlify, Vercel, Surge.sh
|
||||
- **Traditional Hosting**: cPanel, FTP servers, shared hosting
|
||||
- **CDN**: Use files directly via jsDelivr or GitHub Pages
|
||||
- **Sub-folders**: Works in any directory structure
|
||||
|
||||
### โ
**Production Ready**
|
||||
- Optimized CSS and JavaScript (minified versions available)
|
||||
- All relative paths work regardless of deployment location
|
||||
- Images load correctly from any hosting scenario
|
||||
- Zero configuration required
|
||||
|
||||
## ๐ง **Technical Details**
|
||||
|
||||
### Dependencies (Loaded from CDN)
|
||||
- **Bootstrap**: 5.3.7
|
||||
- **Bootstrap Icons**: 1.13.1
|
||||
- **OverlayScrollbars**: 2.11.0
|
||||
- **PopperJS**: 2.11.8
|
||||
|
||||
### Browser Support
|
||||
- Chrome (latest)
|
||||
- Firefox (latest)
|
||||
- Safari (latest)
|
||||
- Edge (latest)
|
||||
|
||||
### Features
|
||||
- **Fully Responsive** - Works on all screen sizes
|
||||
- **Dark/Light Mode** - Automatic system preference detection
|
||||
- **RTL Support** - Complete right-to-left language support
|
||||
- **Accessibility** - WCAG 2.1 AA compliant
|
||||
- **No Build Required** - Ready to use immediately
|
||||
|
||||
## ๐ **What's New in v4.0.0-rc3**
|
||||
|
||||
- โ
**Fixed Production Builds** - Resolved all deployment path issues
|
||||
- โ
**Sidebar Navigation** - Fixed badges, arrows, and spacing
|
||||
- โ
**Smart Path Resolution** - Works in any deployment scenario
|
||||
- โ
**Updated Dependencies** - Latest stable versions of all libraries
|
||||
- โ
**Zero Console Errors** - Clean, professional runtime experience
|
||||
|
||||
## ๐ **Documentation**
|
||||
|
||||
- [Live Demo](https://adminlte.io/themes/v4/)
|
||||
- [GitHub Repository](https://github.com/ColorlibHQ/AdminLTE)
|
||||
- [Changelog](https://github.com/ColorlibHQ/AdminLTE/blob/master/CHANGELOG.md)
|
||||
|
||||
## ๐ **License**
|
||||
|
||||
MIT License - see [LICENSE](https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE) file for details.
|
||||
|
||||
---
|
||||
|
||||
**AdminLTE** - Free Bootstrap 5 Admin Dashboard Template
|
||||
Created by [AdminLTE.io](https://adminlte.io) | [ColorlibHQ](https://colorlib.com)
|
Loadingโฆ
Reference in New Issue