Ct Vue Argon Dashboard Pro

Vue Argon Dashboard PRO Tweet

version GitHub issues open GitHub issues closed Join the chat at https://gitter.im/NIT-dgp/General Chat

Product Gif

Start your development with a premium dashboard for Bootstrap 4 and Vue.js. Argon perfectly combines reusable HTML, Vue.js and modular CSS with a modern styling and beautiful markup throughout each HTML template in the pack.

Fully Coded Components

Vue Argon Dashboard PRO is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files.

You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.

Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.

Complex Documentation

Each element is well presented in a very complex documentation. You can read more about the idea behind this dashboard here. You can check the components here and the foundation here.

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. You will be able to quickly set up the basic structure for your web project.

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:

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

Table of Contents

Versions

HTML Laravel NodeJS React Vue
Argon Dashboard Pro HTML Argon Dashboard Pro Laravel Argon Dashboard Pro NodeJS Argon Dashboard PRO React Vue Argon Dashboard PRO

Demo

Dashboard Page Alternative Dashboard Page Calendar Page Widgets Page
Dashboard Page Alternative Dashboard Page Calendar Page Widgets Page
Pricing Page Login Page Profile Page
Pricing Page Login Page Profile Page

View More

Quick start

Quick start options:

Documentation

The documentation for the Vue Argon Dashboard PRO is hosted at our website.

File Structure

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

|-- vue-argon-dashboard-pro
    |-- App.vue
    |-- main.js
    |-- polyfills.js
    |-- assets
    |   |-- css
    |   |   |-- nucleo
    |   |-- sass
    |       |-- argon.scss
    |       |-- core
    |       |-- custom
    |           |-- _components.scss
    |           |-- _functions.scss
    |           |-- _mixins.scss
    |           |-- _utilities.scss
    |           |-- _variables.scss
    |           |-- _vendors.scss
    |-- components
    |   |-- Badge.vue
    |   |-- BaseAlert.vue
    |   |-- BaseButton.vue
    |   |-- BaseDropdown.vue
    |   |-- BaseHeader.vue
    |   |-- BasePagination.vue
    |   |-- BaseProgress.vue
    |   |-- BaseSwitch.vue
    |   |-- BaseTable.vue
    |   |-- CloseButton.vue
    |   |-- LoadingPanel.vue
    |   |-- Modal.vue
    |   |-- NavbarToggleButton.vue
    |   |-- Slider.vue
    |   |-- index.js
    |   |-- Breadcrumb
    |   |   |-- Breadcrumb.vue
    |   |   |-- BreadcrumbItem.vue
    |   |   |-- RouteBreadcrumb.vue
    |   |-- Cards
    |   |   |-- Card.vue
    |   |   |-- StatsCard.vue
    |   |-- Charts
    |   |   |-- BarChart.js
    |   |   |-- DoughnutChart.js
    |   |   |-- LineChart.js
    |   |   |-- PieChart.js
    |   |   |-- config.js
    |   |   |-- globalOptionsMixin.js
    |   |   |-- optionHelpers.js
    |   |-- Collapse
    |   |   |-- Collapse.vue
    |   |   |-- CollapseItem.vue
    |   |-- Feed
    |   |   |-- Comment.vue
    |   |-- Inputs
    |   |   |-- BaseCheckbox.vue
    |   |   |-- BaseInput.vue
    |   |   |-- BaseRadio.vue
    |   |   |-- DropzoneFileUpload.vue
    |   |   |-- FileInput.vue
    |   |   |-- HtmlEditor.vue
    |   |   |-- IconCheckbox.vue
    |   |   |-- TagsInput.vue
    |   |-- Navbar
    |   |   |-- BaseNav.vue
    |   |   |-- NavbarToggleButton.vue
    |   |-- NotificationPlugin
    |   |   |-- Notification.vue
    |   |   |-- Notifications.vue
    |   |   |-- index.js
    |   |-- SidebarPlugin
    |   |   |-- SideBar.vue
    |   |   |-- SidebarItem.vue
    |   |   |-- index.js
    |   |-- Tabs
    |   |   |-- Tab.vue
    |   |   |-- Tabs.vue
    |   |-- Timeline
    |   |   |-- TimeLine.vue
    |   |   |-- TimeLineItem.vue
    |   |-- WorldMap
    |       |-- AsyncWorldMap.vue
    |       |-- WorldMap.vue
    |-- directives
    |   |-- click-ouside.js
    |-- plugins
    |   |-- dashboard-plugin.js
    |   |-- globalComponents.js
    |   |-- globalDirectives.js
    |-- routes
    |   |-- router.js
    |   |-- routes.js
    |   |-- starterRouter.js
    |-- util
    |   |-- throttle.js
    |-- views
        |-- Charts.vue
        |-- Widgets.vue
        |-- Calendar
        |   |-- Calendar.vue
        |-- Components
        |   |-- Buttons.vue
        |   |-- Cards.vue
        |   |-- GridSystem.vue
        |   |-- Icons.vue
        |   |-- Notifications.vue
        |   |-- Typography.vue
        |-- Dashboard
        |   |-- ActivityFeed.vue
        |   |-- AlternativeDashboard.vue
        |   |-- Dashboard.vue
        |   |-- LightTable.vue
        |   |-- PageVisitsTable.vue
        |   |-- ProgressTrackList.vue
        |   |-- SocialTrafficTable.vue
        |   |-- TaskList.vue
        |   |-- UserList.vue
        |-- Forms
        |   |-- FormComponents.vue
        |   |-- FormElements.vue
        |   |-- FormValidation.vue
        |   |-- FormValidation
        |       |-- BrowserDefaultsValidation.vue
        |       |-- CustomStylesValidation.vue
        |       |-- ServerSideValidation.vue
        |-- GeneralViews
        |   |-- NotFoundPage.vue
        |-- Layout
        |   |-- Content.vue
        |   |-- ContentFooter.vue
        |   |-- DashboardLayout.vue
        |   |-- DashboardNavbar.vue
        |-- Maps
        |   |-- API_KEY.js
        |   |-- GoogleMaps.vue
        |   |-- VectorMaps.vue
        |-- Pages
        |   |-- AuthLayout.vue
        |   |-- Home.vue
        |   |-- Lock.vue
        |   |-- Login.vue
        |   |-- Pricing.vue
        |   |-- Register.vue
        |   |-- TimeLinePage.vue
        |   |-- UserProfile.vue
        |   |-- UserProfile
        |       |-- EditProfileForm.vue
        |       |-- UserCard.vue
        |-- Starter
        |   |-- SampleFooter.vue
        |   |-- SampleLayout.vue
        |   |-- SampleNavbar.vue
        |   |-- SamplePage.vue
        |-- Tables
        |   |-- PaginatedTables.vue
        |   |-- RegularTables.vue
        |   |-- SortableTables.vue
        |   |-- projects.js
        |   |-- users.js
        |   |-- users2.js
        |   |-- PaginatedTables
        |   |   |-- clientPaginationMixin.js
        |   |-- RegularTables
        |       |-- CheckboxColoredTable.vue
        |       |-- CheckboxTable.vue
        |       |-- DarkTable.vue
        |       |-- InlineActionsTable.vue
        |       |-- LightTable.vue
        |       |-- StripedTable.vue
        |       |-- TranslucentTable.vue
        |-- Widgets
            |-- CalendarWidget.vue
            |-- CreditCard.vue
            |-- MembersCard.vue
            |-- PaypalCard.vue
            |-- ProgressTrackList.vue
            |-- StatsCards.vue
            |-- TaskList.vue
            |-- TimelineCard.vue
            |-- VectorMapCard.vue
            |-- VisaCard.vue

Browser Support

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

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Vue Argon Dashboard PRO. 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 Argon Dashboard PRO. 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/CreativeTim

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

Dribbble: https://dribbble.com/creativetim

Google+: https://plus.google.com/+CreativetimPage

Instagram: https://instagram.com/creativetimofficial

New
(50)
โ€ข Released: May 19, 2020, 04:37 PM

Ct Vue Argon Dashboard Pro

Author: creativetimofficial
Item was Featured Author was Featured
FREE
Vue Argon Dashboard Pro - Premium Bootstrap 4 Vuejs Admin Template size
git clone https://github.com/creativetimofficial/ct-vue-argon-dashboard-pro.git