|
|
1 hari lalu | |
|---|---|---|
| .github | 1 hari lalu | |
| dist | 1 hari lalu | |
| src | 1 hari lalu | |
| .browserslistrc | 8 bulan lalu | |
| .bundlewatch.config.json | 1 hari lalu | |
| .editorconfig | 6 tahun lalu | |
| .gitattributes | 1 tahun lalu | |
| .gitignore | 2 bulan lalu | |
| .gitpod.yml | 2 tahun lalu | |
| .lgtm.yml | 6 tahun lalu | |
| .npmignore | 1 tahun lalu | |
| .prettierrc | 1 tahun lalu | |
| .stylelintignore | 5 tahun lalu | |
| .stylelintrc.json | 3 tahun lalu | |
| ACCESSIBILITY-COMPLIANCE.md | 11 bulan lalu | |
| CHANGELOG.md | 1 hari lalu | |
| CODE_OF_CONDUCT.md | 5 tahun lalu | |
| LICENSE | 3 tahun lalu | |
| README.md | 1 hari lalu | |
| SECURITY.md | 7 bulan lalu | |
| composer.json | 6 tahun lalu | |
| eslint.config.js | 11 bulan lalu | |
| index.html | 9 bulan lalu | |
| netlify.toml | 1 hari lalu | |
| package-lock.json | 1 hari lalu | |
| package.json | 1 hari lalu | |
| tsconfig.json | 1 hari lalu |
AdminLTE is a fully responsive administration template. Based on Bootstrap 5 framework and also the JavaScript plugins. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
The first stable release of the v4 line — a ground-up rewrite on Bootstrap 5.3 with no jQuery. Highlights:
18 new demo pages
Documentation overhaul
Six issue fixes
bi-circle-half for the Auto color-mode icon (#6028)table-head-fixed respects dark mode (#6026).d-none instead of inline display so it works with any icon library (#6021)fixed-header (#6020)index2.html no longer flickers on browser zoom (#6019)Major dependency upgrades
eslint-plugin-import, eslint-config-xo*, and the legacy .eslintrc.jsonoverrides for yaml + stylelint-config-twbs-bootstrap so npm install runs without --legacy-peer-deps and reports 0 vulnerabilitiesBreaking changes from v3
.wrapper → .app-wrapper, .main-header → .app-header, .main-sidebar → .app-sidebar, .content-wrapper → .app-maindata-toggle → data-bs-toggle, data-widget="pushmenu" → data-lte-toggle="sidebar", data-widget="treeview" → data-lte-toggle="treeview".dark-mode body class → data-bs-theme="dark" attribute (Bootstrap 5.3 native)See the dedicated Migration from v3 guide and the CHANGELOG.md for the full list.
Install:
npm install admin-lte@4.0.0
AdminLTE.io just opened a new premium templates page. Hand picked to ensure the best quality and the most affordable prices. Visit https://adminlte.io/premium for more information.
AdminLTE has been carefully coded with clear comments in all of its JS, SCSS and HTML files. SCSS has been used to increase code customizability.
To start developing with AdminLTE:
npm installnpm start (opens browser at http://localhost:3000)To build for production:
npm run production (includes linting and optimization)npm run build (faster for development/testing)npm start - Start development server with file watchingnpm run build - Build all assets for developmentnpm run production - Full production build with linting and bundlewatchnpm run lint - Run all linters (JS, CSS, docs, lockfile)npm run css - Build CSS onlynpm run js - Build JavaScript onlyAdminLTE supports all modern browsers with the latest Bootstrap 5.3.8:
AdminLTE v4 build scripts work cross-platform:
All npm scripts use cross-platform utilities to ensure consistent behavior across different operating systems.
AdminLTE is a UI template - when deploying to production, follow these critical guidelines:
What to Deploy:
dist/js/adminlte.min.js and dist/css/adminlte.min.cssWhat NOT to Deploy:
node_modules/ directorysrc/ directory)CVE-2021-36471 Notice: This CVE is disputed and does not represent a vulnerability in AdminLTE. It refers to demo pages being accessible when developers incorrectly deploy example files to production. AdminLTE v4 has a clear separation between development demos and production assets. See SECURITY.md for complete details.
Production Build:
npm run production # Builds optimized assets in dist/
For detailed security guidelines, authentication requirements, and best practices, see SECURITY.md.
Support AdminLTE development by becoming a sponsor or donor.
Your avatar here? Become a sponsor
master branch.npm install it will install dependency from package.json.npm startmaster branch.AdminLTE is an open source project by AdminLTE.io that is licensed under MIT. AdminLTE.io reserves the right to change the license of future releases.