Volt Bootstrap 5 Dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
Alternatives To Volt Bootstrap 5 Dashboard
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vue Element Admin83,947418 days ago7August 08, 20201,309mitVue
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
Ant Design Pro34,911133783 hours ago47May 08, 2019393mitTypeScript
๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Use Ant Design like a Pro!
Ngx Admin24,68462a month ago11July 19, 2017472mitTypeScript
Customizable admin dashboard template based on Angular 10+
Coreui Free Bootstrap Admin Template11,655335 days ago3May 25, 20175mitHTML
Free Bootstrap Admin & Dashboard Template
Material Dashboard10,738963 days ago5May 04, 20238mitSCSS
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Ant Design Vue Pro10,276
2 months ago193mitVue
๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Use Ant Design Vue like a Pro! (vue2)
Vuestic Admin9,577211 days ago15November 16, 202095mitVue
Free and Beautiful Vue 3 Admin Template
Antd Admin9,441
14 days ago33mitJavaScript
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS
Spring Cloud Platform6,041
5 months ago14otherJava
๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅๅ›ฝๅ†…้ฆ–ไธชSpring CloudๅพฎๆœๅŠกๅŒ–RBAC็š„็ฎก็†ๅนณๅฐ๏ผŒๆ ธๅฟƒ้‡‡็”จSpring Boot 2.4ใ€Spring Cloud 2020.0.0 & Alibaba๏ผŒๅ‰็ซฏ้‡‡็”จd2-adminไธญๅฐๆก†ๆžถใ€‚ ๐Ÿ” ๐Ÿ” ่ฎฐๅพ—ไธŠ่พน็‚นไธชstar ๅ…ณๆณจๆ›ดๆ–ฐ
Administrate5,6809858710 hours ago37February 02, 2022102mitRuby
A Rails engine that helps you put together a super-flexible admin dashboard.
Alternatives To Volt Bootstrap 5 Dashboard
Select To Compare


Alternative Project Comparisons
Readme

Volt - Bootstrap 5 Admin Dashboard Tweet

version license GitHub issues open GitHub issues closed

Volt Bootstrap 5 Dashboard Preview

Volt is a free and open source Bootstrap 5 Admin Dashboard featuring over 100 components, 11 example pages and 3 customized plugins. Volt does not require jQuery as a dependency meaning that every library and script's are jQuery free.

Bootstrap 5 and Vanilla JavaScript

Volt is built using the latest version of Bootstrap 5 and because jQuery is no longer required as a dependency, Volt has been built using only Vanilla JS.

100+ Components

Because it is created using the latest version of Bootstrap 5, every component and element is based on the latest Bootstrap 5 Sass variables and HTML markup. Check out the documentation of the components here.

11 Example pages

We created no less than 11 advanced example pages such as the overview page, transactions, user settings, sign in and sign up and many more.

Full documentation

Every component, plugin and getting started is thoroughly documented on our online documentation.

Workflow

This product is built using the following widely used technologies:

  • Most popular CSS Framework Bootstrap
  • Productive workflow tool Gulp
  • Awesome CSS preprocessor Sass

Table of Contents

Versions

.

HTML React
Volt Bootstrap 5 Dashboard HTML Volt React Dashboard

Demo

Dashboard Transactions Settings Forms
Dashboard Transactions Settings Forms
Sign in Sign up Forgot password Reset password
Sign in Sign up Forgot Password Reset password
Lock Profile 404 Not Found 500 Server Error Documentation
Lock Profile 404 Not Found 500 Server Error Documentation

Quick start

  1. Download from Themesberg or clone this repository
  2. Download the project's zip
  3. Make sure you have Node locally installed.
  4. Download Gulp Command Line Interface to be able to use gulp in your Terminal.
npm install gulp-cli -g
  1. After installing Gulp, run npm install in the main volt/ folder to download all the project dependencies. You'll find them in the node_modules/ folder.
npm install
  1. Run gulp in the volt/ folder to serve the project files using BrowserSync. Running gulp will compile the theme and open /index.html in your main browser.
gulp

While the gulp command is running, files in the assets/scss/, assets/js/ and components/ folders will be monitored for changes. Files from the assets/scss/ folder will generate injected CSS.

Hit CTRL+C to terminate the gulp command. This will stop the local server from running.

Theme without Sass, Gulp or npm

If you'd like to get a version of our theme without Sass, Gulp or npm, we've got you covered. Run the following command:

gulp build:dev

This will generate a folder html&css which will have unminified CSS, HTML and JavaScript.

Minified version

If you'd like to compile the code and get a minified version of the HTML and CSS just run the following Gulp command:

gulp build:dist

This will generate a folder dist which will have minified CSS, HTML and JavaScript.

Documentation

The documentation for Volt is hosted on our website.

File Structure

Within the download you'll find the following directories and files:

Volt Bootstrap 5 Admin Dashboard
.
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ gulpfile.js
โ”œโ”€โ”€ package-lock.json
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ src
    โ”œโ”€โ”€ assets
    โ”‚ย ย  โ”œโ”€โ”€ img
    โ”‚ย ย  โ””โ”€โ”€ js
    โ”œโ”€โ”€ index.html
    โ”œโ”€โ”€ pages
    โ”‚ย ย  โ”œโ”€โ”€ components
    โ”‚ย ย  โ”œโ”€โ”€ dashboard
    โ”‚ย ย  โ”œโ”€โ”€ examples
    โ”‚ย ย  โ”œโ”€โ”€ settings.html
    โ”‚ย ย  โ”œโ”€โ”€ tables
    โ”‚ย ย  โ””โ”€โ”€ transactions.html
    โ”œโ”€โ”€ partials
    โ”‚ย ย  โ”œโ”€โ”€ _analytics.html
    โ”‚ย ย  โ”œโ”€โ”€ _footer.html
    โ”‚ย ย  โ”œโ”€โ”€ _head.html
    โ”‚ย ย  โ”œโ”€โ”€ _navigation.html
    โ”‚ย ย  โ”œโ”€โ”€ _pages-preview.html
    โ”‚ย ย  โ”œโ”€โ”€ _preloader.html
    โ”‚ย ย  โ”œโ”€โ”€ _scripts.html
    โ”‚ย ย  โ””โ”€โ”€ dashboard
    โ””โ”€โ”€ scss
        โ”œโ”€โ”€ volt
        โ””โ”€โ”€ volt.scss

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Upgrade to Pro

There is also a pro version of Volt which has more than 800 components, 20 example pages and over 10 advanced plugins that can take your admin dashboard application to the next level. Check out Volt Pro Premium Bootstrap 5 Admin Dashboard.

Reporting Issues

We use GitHub Issues as the official bug tracker for Volt Bootstrap 5 Admin Dashboard. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of Volt Bootstrap 5 Admin Dashboard. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/themesberg

Facebook: https://www.facebook.com/themesberg/

Dribbble: https://dribbble.com/themesberg

Instagram: https://www.instagram.com/themesberg/

Popular Dashboard Projects
Popular Admin Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html
Bootstrap
Admin
Dashboard
Vanilla Javascript