# [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**<br />
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**<br />
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**<br />
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
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/vue-logo.jpg?raw=true" width="60" height="60" />](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:
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_b
没有合适的资源?快使用搜索试试~ 我知道了~
Vue Argon 仪表板.zip
共341个文件
scss:203个
vue:63个
svg:17个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 20 浏览量
2024-12-01
09:06:07
上传
评论
收藏 3.01MB ZIP 举报
温馨提示
Vue Argon 仪表板Vue Argon 仪表板 2 使用适用于 Bootstrap 5 和 VueJS 3 的创新管理模板开始您的开发。如果您喜欢当前最热门的设计趋势的外观和感觉,那么您会爱上这个仪表板!它具有大量可组合在一起且外观精美的组件。完全编码的组件Vue Argon Dashboard 2 包含 70 多个前端独立元素,例如按钮、输入、导航栏、导航选项卡、卡片或警报,让您可以自由选择和组合。所有组件都可以采用不同的颜色,您可以使用 SASS 文件和类轻松修改。从原型设计到全功能代码,您将节省大量时间,因为所有元素都已实现。这个免费的 Bootstrap 5 和 VueJS 3 仪表板带有预建的设计块,因此开发过程是无缝的,从我们的页面切换到真实网站非常容易。在此查看所有组件。开发人员构建的文档每个元素都在非常复杂的文档中得到很好的呈现。您可以在此处阅读有关文档的更多信息。示例页面如果您想获得灵感或只是直接向客户展示一些东西,您可以使用我们预先构建的示例页面快速开始开发。每个页面都间隔合理,布局美观,形状令人赏心悦目。Vue A
资源推荐
资源详情
资源评论
收起资源包目录
Vue Argon 仪表板.zip (341个子文件)
.browserslistrc 30B
nucleo-icons.css 9KB
nucleo-svg.css 2KB
nucleo.eot 26KB
nucleo-icons.eot 18KB
.gitignore 259B
index.html 2KB
vr-bg.jpg 991KB
bg-profile.jpg 510KB
card-visa.jpg 239KB
team-1.jpg 169KB
team-4.jpg 163KB
bruce-mars.jpg 77KB
ivancik.jpg 63KB
team-3.jpg 32KB
team-5.jpg 30KB
carousel-1.jpg 29KB
carousel-2.jpg 18KB
team-2.jpg 17KB
carousel-3.jpg 14KB
dark-mode.js 7KB
nav-pills.js 6KB
index.js 1KB
index.js 1KB
.eslintrc.js 449B
tooltip.js 409B
main.js 394B
argon-dashboard.js 117B
babel.config.js 67B
package.json 2KB
LICENSE 1KB
README.md 10KB
CHANGELOG.md 672B
ISSUE_TEMPLATE.md 388B
.npmrc 76B
icon-sun-cloud.png 95KB
rocket-white.png 64KB
visa.png 45KB
mastercard.png 41KB
logo-ct-dark.png 7KB
logo-ct.png 6KB
GB.png 1KB
AU.png 1KB
BR.png 1KB
US.png 1KB
DE.png 927B
apple-icon.png 809B
favicon.png 809B
favicon.png 809B
_variables.scss 59KB
_variables.scss 58KB
_fullcalendar.scss 37KB
_sweetalert2.scss 27KB
_quill.scss 24KB
_flatpickr.scss 20KB
_utilities.scss 18KB
_utilities.scss 15KB
_leaflet.scss 14KB
_navbar-vertical.scss 14KB
_reboot.scss 12KB
_dropzone.scss 12KB
_functions.scss 11KB
_rfs.scss 10KB
_choices.scss 10KB
_navbar.scss 7KB
_misc.scss 7KB
_form-control.scss 7KB
_dropdown.scss 7KB
_modal.scss 6KB
_carousel.scss 6KB
_misc-extend.scss 5KB
_dropdown.scss 5KB
_nouislider.scss 5KB
_dark-version.scss 5KB
_utilities.scss 5KB
_grid.scss 5KB
_typography.scss 5KB
_card.scss 5KB
_list-group.scss 4KB
_breakpoints.scss 4KB
_popover.scss 4KB
_buttons.scss 4KB
_navbar.scss 4KB
_tables.scss 4KB
_photoswipe.scss 4KB
_forms.scss 4KB
_form-check.scss 4KB
_input-group.scss 3KB
_buttons.scss 3KB
_datatable.scss 3KB
_utilities.scss 3KB
_datatable-extend.scss 3KB
_glidejs.scss 3KB
_navbar-vertical.scss 3KB
_button-group.scss 3KB
_form-range.scss 3KB
_info-areas.scss 3KB
_perfect-scrollbar.scss 3KB
_nav.scss 3KB
_accordion.scss 3KB
共 341 条
- 1
- 2
- 3
- 4
资源评论
赵闪闪168
- 粉丝: 1633
- 资源: 4239
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Delphi 12 控件之Unit-EchartsMapNew.pas
- delphi 12 控件之Dart-Products-Incl-Keygen-Patch-v1.0.0.6-By-DFoX.rar
- 开发工具+JDK+corretto-1.8.0-422.zip
- 晶体管的分类,由浅入深
- JAVAssm+bootstrap的零食商城源码数据库 MySQL源码类型 WebForm
- 前端vue+前端koa,全栈式开发bilibili首页.zip
- PHP在线文档管理系统源码数据库 MySQL源码类型 WebForm
- BAY06_0072_20241129_024710_114.cfg
- 基于Javaweb的用户笔记管理系统
- 基于SpringBoot+Vue的超市管理系统
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功