{"id":19099152,"url":"https://github.com/frontted/admin-vision","last_synced_at":"2025-06-15T00:34:25.483Z","repository":{"id":90222154,"uuid":"124393896","full_name":"frontted/admin-vision","owner":"frontted","description":"Bootstrap 4 Admin Theme","archived":false,"fork":false,"pushed_at":"2018-11-12T13:48:15.000Z","size":38326,"stargazers_count":2,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-22T09:45:48.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://demo.frontted.com/vision/260520181000/choose.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frontted.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-08T13:15:45.000Z","updated_at":"2020-03-27T04:23:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a4755e0-5e8a-4531-ba8e-28a39759c7a3","html_url":"https://github.com/frontted/admin-vision","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frontted/admin-vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fadmin-vision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fadmin-vision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fadmin-vision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fadmin-vision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontted","download_url":"https://codeload.github.com/frontted/admin-vision/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fadmin-vision/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259905407,"owners_count":22929916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T03:48:49.329Z","updated_at":"2025-06-15T00:34:20.468Z","avatar_url":"https://github.com/frontted.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Admin Vision PRO\n\nVision is a PRO web application built on the latest bootstrap 4 framework with tons of pages and UI elements. With a variety of layouts and application samples Vision provides a good fast UI for starting your next web application development.\n\nThis Bootstrap 4 Admin Dashboard can be used for any SASS projects such as School/Universities, Shop/Retail, Financial/Reporting, Social Media, Projects or Ticketing System.\n\nThe design follows spacing and typography best practices and we also made our source code super clean/indented and easy to understand.\n\nAll images \u0026 assets from the preview are included with the package.\n\nLeft-to-Right (dir=\"ltr\") and Right-to-Left (dir=\"rtl\") versions are available with just a simple 3 word \"dir\" switch.\n\n## Features \u0026 Highlights\n\n- Bootstrap 4 Framework\n- 4+ Layouts\n- Dark-Light Sidebar\n- Dark-Light Navbar\n- Right-To-Left Version\n- Multiple Form Options\n- 100% Fully Responsive\n- SASS Files Included\n- Cross-Browsers Compatibility\n- Charts - Various Examples\n- 900+ Icons Included\n\n## Vendor/Plugins\n\n- bootstrap 4\n- jquery\n- popper.js\n- fullcalendar\n- moment\n- chart.js\n- select2\n- bootstrap-datepicker\n- bootstrap-switch\n- morris.js\n- summernote\n- dragula\n- jquery-ui-dist\n- datatables.net\n- material-icons\n- dom-factory\n- material-design-kit\n- simplebar\n\n\u003e Your purchase includes 6 months of support (with extras available) and free updates.\n\n## Browser support\n\nVision works on the last two versions of every major browser. Specifically, we test on Chrome, Firefox, Safari on Mac, Safari on iOS, IE11.\n\n## Running the demos\n\nPreview [Vision PRO](https://demo.frontted.com/vision/260520181000/choose.html) \nonline.\n\n### Precompiled files\n\n\u003e You can find the precompiled HTML, CSS and JavaScript files from our online demo in the `dist/` directory of the downloaded package.\n\nYou can open the precompiled demo from the download package:\n\n```bash\nopen dist/index.html\n```\n\nOr, start a web server:\n\n```bash\nnpm run serve\n```\n\n# Development\n\n[![npm version](https://badge.fury.io/js/theme-mix.svg)](https://badge.fury.io/js/theme-mix)\n\nVision includes a modern development workflow based on Webpack and laravel-mix which compiles Sass, ES6 JavaScript, handles production builds, watchers, multiple CSS themes and more. This entire workflow is contained into an installable package named `theme-mix`.\n\n## Installation\n\n```bash\nnpm install\n```\n\n\u003e Create a `webpack.mix.js` file at the root of your project:\n\n```js\nrequire('theme-mix')\n\n// Enable sourcemaps\nconst { mix } = require('laravel-mix')\nconst sourceMapsInProduction = false\nmix.sourceMaps(sourceMapsInProduction)\n```\n\n\u003e Update `package.json` with the workflow:\n\n```json\n\"scripts\": {\n  \"development\": \"cross-env NODE_ENV=development webpack --progress\n--hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js\",\n  \"production\": \"cross-env NODE_ENV=production webpack --progress\n--hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js\",\n  \"watch\": \"cross-env NODE_ENV=development webpack --watch --progress\n--hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js\"\n},\n```\n\n## Workflow\n\n### Build\n\n\u003e Development build:\n\n```bash\nnpm run development\n```\n\n\u003e Production build (includes extra minification, optimizations and cleanup):\n\n```bash\nnpm run production\n```\n\n### Watch\n\n\u003e Start a web server and automatically rebuild your changes as you make them:\n\n```bash\nnpm run watch\n```\n\n### Tasks\n\n\u003e Run specific tasks\n\n```bash\nnpm run development -- --env.run [html|js|sass|copy|clean]\n```\n\n## Options\n\n\u003e Create a `theme-mix.yaml` file at the root of your project. These are the default configuration options, except `copy` which by default is an empty list.\n\n```yaml\nrunTasks:\n  clean: true\n  js: true\n  copy: true\n  sass: true\n  html: true\nenableCssThemes: false\nenableCssRTL: true\ncopyCwd: node_modules\ncopyDest: dist/assets/vendor\ncopy:\n  - bootstrap/dist/js/bootstrap.min.js\n  - jquery/dist/jquery.min.js\n  - popper.js/dist/umd/popper.js\n  - fullcalendar/dist/fullcalendar.min.js\n  - moment/min/moment.min.js\n  - chart.js/dist/Chart.min.js\n  - select2/dist/js/select2.full.min.js\n  - dateformat/lib/dateformat.js\n  - bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js\n  - bootstrap-switch/dist/js/bootstrap-switch.min.js\n  - morris.js/morris.min.js\n  - raphael/raphael.min.js\n  - owl.carousel/dist/owl.carousel.min.js\n  - summernote/dist/summernote-bs4.min.js\n  - dragula/dist/dragula.min.js\n  - jquery-ui-dist/jquery-ui.min.js\n  - datatables.net/js/jquery.dataTables.js\n  - datatables.net-bs4/js/dataTables.bootstrap4.js\n  - material-design-icons-iconfont/dist/fonts/*.{eot,ttf,woff,woff2}: dist/assets/fonts/material-icons\n  - summernote/dist/font/*.{eot,ttf,woff}: dist/assets/fonts/summernote\n  - dom-factory/dist/*\n  - material-design-kit/dist/material-design-kit.js\n  - simplebar/umd/*\nclean:\n  - dist/**/*.html\n  - dist/assets/{css,fonts,js,vendor}\nsassSrc: src/sass/*.scss\ncssDest: dist/assets/css\njsSrc: src/js/**/**.{js,vue}\njsDest: dist/assets/js\nhtmlDest: dist/[path][name].html\nlaravelMixOptions:\n  processCssUrls: false\n```\n\n# Resources\n\nVision PRO is built on top of the following libraries, so make sure you follow through their own documentation when necessary.\n\n### Bootstrap 4\n\n\u003e Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web. [See Bootstrap 4 website](https://getbootstrap.com/)\n\n### Material Design Kit\n\n\u003e Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML. Provides layouts, drawers and other advanced features. [See MDK on Github](https://github.com/FrontendMatter/material-design-kit)\n\n## Get help\n\n\u003e Get help directly from our team via our item comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontted%2Fadmin-vision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontted%2Fadmin-vision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontted%2Fadmin-vision/lists"}