Materio - Vuetify VueJS Free Admin Template Demo Screenshot

Introduction

If you’re a developer looking for an admin dashboard that is developer-friendly, rich with features, and highly customizable look no further than Materio. We’ve followed the highest industry standards to bring you the very best admin template that is not only fast and easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle.

Build premium quality applications with ease. Use our innovative admin template to create eye-catching, high-quality, and high-performing single-page applications. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices.

View Demo

Installation ⚒️

We recommend you use yarn

  1. Install composer packages

    composer install
    
  2. In the root directory, you will find a file named .env.example, rename the given file name to .env and run the following command to generate the key (You can also setup your database credentials here).

    php artisan key:generate
    
  3. By running the following command, you will be able to get all the dependencies in your node_modules folder:

    yarn
    
     # npm install [for npm]
  4. To run the project, you need to run following command in the project directory. It will compile the php files & all the other project files. If you are making any changes in any of the php file then you need to run the given command again.

    yarn dev
    
     # npm run development [for npm]
  5. To serve the application you need to run the following command in the project directory. (This will give you an address with port number 8000.)

    php artisan serve
    
  6. To change the port address, run the following command:

     php artisan serve --port=8080 // For port 8080
     sudo php artisan serve --port=80 // If you want to run it on port 80, you probably need to sudo.
    
  7. Watching for changes: If you want to watch all the changes you make in the application then run the following command in the root directory.

     yarn watch
     
     # npm run watch [for npm]
  8. Building for Production: If you want to run the project and make the build in the production mode then run the following command in the root directory, otherwise the project will continue to run in the development mode.

Make sure to change the APP_ENV=local variable’s value APP_ENV=production.

 yarn prod
 
 # npm run production [for npm]

Required Permissions

If you are facing any issues regarding the permissions, then you need to run the following command in your project directory:

sudo chmod -R o+rw bootstrap/cache
sudo chmod -R o+rw storage

What’s Included ?

  • Dashboard
  • Account Settings
  • Pages
    • Login
    • Register
    • Error
  • User Interface
    • Typography
    • Icons
    • Basic Cards
    • Tables
    • Form Layouts

What’s in Premium Version ?

Materio Free Version Materio Premium Version
Demo Demo
Download Purchase
Single vertical menu Vertical (+ vertical collapsed) & Horizontal menu
Simple Light/Dark theme 3 Skin variants w/ light/dark theme support: Default, Bordered & Semi-dark
1 Simple Dashboard 3 Niche Dashboards
5 API ready applications
Simple From Elements Advance form elemens, validation & form wizard
Basic Cards Basic Cards + Advanced Cards + Statistics Cards
API ready JWT Authentication flow
Access Control (even on CRUD operations)
Quick Search – Quickly navigate between pages (w/ hotkey support)
Basic Pages Authentication Pages in 2 variants + Ready to use pages like Pricing, FAQ, Knowledge base, etc
3D Characters + Illustrations
Basic tables Advanced tables
Manual customization Quick customization using theme config file
Advanced Charts
1 Chart Library 2 Chart Libraries
Multiple Navbar & Menu Options
Starter-kit
Internationalization support in components
Regular Support Priority Support
Basic Documentation Detailed Documentation

Documentation ?

Check GitHub Wiki of this repo

Browser Support ?️

  • Materio Vuetify VueJS Free Admin Template is built to work best in the latest desktop and mobile and tablet browsers

  • Chrome (latest)

  • FireFox (latest)

  • Safari (latest)

  • Opera (latest)