Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creativetimofficial/vue-argon-dashboard

Vue Argon Dashboard
https://github.com/creativetimofficial/vue-argon-dashboard

Last synced: about 2 months ago
JSON representation

Vue Argon Dashboard

Awesome Lists containing this project

README

        

# [Vue Argon Dashboard 2](http://demos.creative-tim.com/vue-argon-dashboard/?ref=readme-vad) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/vue-argon-dashboard&text=Check%20Vue%Argon%20Dashboard%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#argondesign%20#vue%20https://www.creative-tim.com/product/vue-argon-dashboard)

![version](https://img.shields.io/badge/version-4.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/vue-argon-dashboard.svg)](https://github.com/creativetimofficial/vue-argon-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/vue-argon-dashboard.svg)](https://github.com/creativetimofficial/vue-argon-dashboard/issues?q=is%3Aissue+is%3Aclosed)

![Image](https://s3.amazonaws.com/creativetim_bucket/products/156/original/vue-argon-dashboard.jpg)

Start your Development with an Innovative Admin Template for Bootstrap 5 and VueJS 3. If you like the look & feel of the hottest design trend right now, you will fall in love with this dashboard! It features a huge number of components built to fit together and look amazing.

**Fully Coded Components**

Vue Argon Dashboard 2 is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using SASS files and classes. You will save a lot of time going from prototyping to full-functional code because all elements are implemented.

This free Bootstrap 5 & VueJS 3 Dashboard is coming with prebuilt design blocks, so the development process is seamless,
switching from our pages to the real website is very easy to be done.

View [all components here](https://www.creative-tim.com/learning-lab/vue/alerts/argon-dashboard/).

**Documentation built by Developers**

Each element is well presented in very complex documentation.
You can read more about the [documentation here](https://www.creative-tim.com/learning-lab/vue/overview/argon-dashboard/).

**Example Pages**

If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. Every page is spaced well, with attractive layouts and pleasing shapes. Vue Argon Dashboard 2 has everything you need to quickly set up an amazing project.

View [example pages here](https://demos.creative-tim.com/vue-argon-dashboard/).

**HELPFUL LINKS**

- View [Github Repository](https://github.com/creativetimofficial/vue-argon-dashboard)
- Check [FAQ Page](https://www.creative-tim.com/faq)

#### Special thanks

During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:

- [Popper.js](https://popper.js.org/) - Kickass library used to manage poppers

Let us know your thoughts below. And good luck with development!

## Table of Contents

- [Versions](#versions)
- [Demo](#demo)
- [Quick Start](#quick-start)
- [Deploy](#deploy)
- [Documentation](#documentation)
- [File Structure](#file-structure)
- [Browser Support](#browser-support)
- [Resources](#resources)
- [Reporting Issues](#reporting-issues)
- [Technical Support or Questions](#technical-support-or-questions)
- [Licensing](#licensing)
- [Useful Links](#useful-links)

## Versions

[](https://www.creative-tim.com/product/vue-argon-dashboard?ref=readme-vad)

| VueJS |
| ----- |

| [![Vue Argon Dashboard 2](https://s3.amazonaws.com/creativetim_bucket/products/156/orginal/vue-argon-dashboard.jpg)](http://demos.creative-tim.com/vue-argon-dashboard/?ref=readme-vad)

## Demo

- [Profile](https://demos.creative-tim.com/vue-argon-dashboard/#/profile?ref=readme-vad)
- [Sign In](https://demos.creative-tim.com/vue-argon-dashboard/#/sign-in?ref=readme-vad)
- [Sign Up](https://demos.creative-tim.com/vue-argon-dashboard/#/sign-up?ref=readme-vad)

[View More](https://demos.creative-tim.com/vue-argon-dashboard/#/dashboard-default?ref=readme-vad).

## Quick start

Quick start options:

- Download from [Creative Tim](https://www.creative-tim.com/product/vue-argon-dashboard?ref=readme-vad).

## Deploy

:rocket: You can deploy your own version of the template to Genezio with one click:

[![Deploy to Genezio](https://raw.githubusercontent.com/Genez-io/graphics/main/svg/deploy-button.svg)](https://app.genez.io/start/deploy?repository=https://github.com/creativetimofficial/vue-argon-dashboard&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head)

## Terminal Commands

1. Download and Install NodeJs LTS version from [NodeJs Official Page](https://nodejs.org/en/download/).
2. Navigate to the root ./ directory of the product and run `npm install` to install our local dependencies.

## Documentation

The documentation for the Vue Argon Dashboard 2 is hosted at our [website](https://www.creative-tim.com/learning-lab/vue/overview/argon-dashboard/?ref=readme-vad).

### What's included

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

```
vue-argon-dashboard
├── public
│   ├── favicon.png
│   └── index.html
├── src
│   ├── assets
│ │   ├── css
│ │   ├── fonts
│ │   ├── img
│ │   ├── js
│ │   └── scss
│   ├── components
│ │   ├── ArgonAlert.vue
│ │   ├── ArgonAvatar.vue
│ │   ├── ArgonBadge.vue
│ │   ├── ArgonButton.vue
│ │   ├── ArgonCheckbox.vue
│ │   ├── ArgonInput.vue
│ │   ├── ArgonPagination.vue
│ │   ├── ArgonPaginationItem.vue
│ │   ├── ArgonProgress.vue
│ │   ├── ArgonRadio.vue
│ │   ├── ArgonSnackbar.vue
│ │   ├── ArgonSocialButton.vue
│ │   ├── ArgonSwitch.vue
│ │   └── ArgonTextarea.vue
│   ├── examples
│ │   ├── Cards
│ │   ├── Charts
│ │   ├── Navbars
│ │   ├── PageLayout
│ │   ├── Sidenav
│ │   ├── Breadcrumbs.vue
│ │   ├── Configurator.vue
│ │   └── Footer.vue
│   ├── router
│   ├── store
│   ├── views
│ │   ├── components
│ │   ├── Billing.vue
│ │   ├── Dashboard.vue
│ │   ├── Home.vue
│ │   ├── Profile.vue
│ │   ├── Rtl.vue
│ │   ├── Signin.vue
│ │   ├── Signup.vue
│ │   ├── Tables.vue
│ │   └── VirtualReality.vue
│   ├── App.vue
│   ├── argon-dashboard.js
│   └── main.js
├── .browserslistrc
├── .eslintrc.js
├── .gitignore
├── babel.config.js
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE
├── package.json
└── README.md
```

## Browser Support

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

## Resources

- [Live Preview](https://demos.creative-tim.com/vue-argon-dashboard/#/dashboard-default?ref=readme-vad)
- [Download Page](https://www.creative-tim.com/product/vue-argon-dashboard?ref=readme-vad)
- Documentation is [here](https://www.creative-tim.com/learning-lab/vue/overview/argon-dashboard/?ref=readme-vad)
- [License Agreement](https://www.creative-tim.com/license?ref=readme-vad)
- [Support](https://www.creative-tim.com/contact-us?ref=readme-vad)
- Issues: [Github Issues Page](https://github.com/creativetimofficial/vue-argon-dashboard/issues)

## Reporting Issues

We use GitHub Issues as the official bug tracker for the Vue Argon Dashboard 2. Here are some advices for our users that want to report an issue:

1. Make sure that you are using the latest version of the Vue Argon Dashboard 2. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/product/vue-argon-dashboard?ref=readme-vad).
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](https://www.creative-tim.com/contact-us?ref=readme-vad) instead of opening an issue.

## Licensing

- Copyright 2023 [Creative Tim](https://www.creative-tim.com?ref=readme-vad)
- Creative Tim [license](https://www.creative-tim.com/license?ref=readme-vad)

## Useful Links

- [More products](https://www.creative-tim.com/templates?ref=readme-vad) from Creative Tim

- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)

- [Freebies](https://www.creative-tim.com/bootstrap-themes/free?ref=readme-vad) from Creative Tim

- [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=readme-vad) (earn money)

##### Social Media

Twitter:

Facebook:

Dribbble:

Google+:

Instagram: