Start your development with a premium dashboard for Nuxt.js, Bootstrap 4 and Vue.js. Nuxt Argon Dashboard PRO perfectly combines reusable HTML, Vue.js and modular CSS with a modern styling and beautiful markup throughout each HTML template in the pack.
Nuxt 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.
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.
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.
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:
- @fullcalendar/core v4.0.1
- @fullcalendar/daygrid v4.0.1
- @fullcalendar/interaction v4.0.1
- @fullcalendar/vue
- chart.js v2.7.1
- dropzone v5.5.1
- nouislider v12.1.0
- vue v2.6.10
- nuxt v2.8.1
- bootstrap v4.3.1
- vee-validate v2.2.4
- vue2-transitions v0.2.3
Let us know your thoughts below. And good luck with development!
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
HTML | Nuxt | Laravel | NodeJS | React | Vue |
---|---|---|---|---|---|
Dashboard Page | Alternative Dashboard Page | Calendar Page | Widgets Page |
---|---|---|---|
Pricing Page | Login Page | Profile Page |
---|---|---|
Quick start options:
- Buy from Creative Tim
The documentation for the Vue Argon Dashboard PRO is hosted at our website.
Within the download you'll find the following directories and files:
|-- nuxt-argon-dashboard-pro
|-- README.md
|-- app.html
|-- nuxt.config.js
|-- package.json
|-- polyfills.js
|-- yarn.lock
|-- assets
| |-- css
| | |-- font-awesome
| | |-- nucleo
| |-- sass
| |-- argon.scss
| |-- core
| |-- custom
| |-- _components.scss
| |-- _functions.scss
| |-- _mixins.scss
| |-- _utilities.scss
| |-- _variables.scss
| |-- _vendors.scss
|-- components
| |-- argon-core
| | |-- Badge.vue
| | |-- BaseAlert.vue
| | |-- BaseButton.vue
| | |-- BaseDropdown.vue
| | |-- BaseHeader.vue
| | |-- BasePagination.vue
| | |-- BaseProgress.vue
| | |-- BaseSlider.vue
| | |-- BaseSwitch.vue
| | |-- BaseTable.vue
| | |-- ButtonCheckbox.vue
| | |-- ButtonRadioGroup.vue
| | |-- CloseButton.vue
| | |-- LoadingPanel.vue
| | |-- Modal.vue
| | |-- NavbarToggleButton.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
| |-- feed
| | |-- Comment.vue
| |-- layouts
| | |-- argon
| | |-- Content.vue
| | |-- ContentFooter.vue
| | |-- DashboardNavbar.vue
| |-- pages
| | |-- UserProfile
| | | |-- EditProfileForm.vue
| | | |-- UserCard.vue
| | |-- dashboard
| | | |-- ActivityFeed.vue
| | | |-- LightTable.vue
| | | |-- PageVisitsTable.vue
| | | |-- ProgressTrackList.vue
| | | |-- SocialTrafficTable.vue
| | | |-- TaskList.vue
| | | |-- UserList.vue
| | |-- forms
| | | |-- BrowserDefaultsValidation.vue
| | | |-- CustomStylesValidation.vue
| | | |-- ServerSideValidation.vue
| | |-- register
| | |-- FailedRegistration.vue
| | |-- SuccessfulRegistration.vue
| |-- tables
| | |-- 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
|-- layouts
| |-- AuthLayout.vue
| |-- DashboardLayout.vue
| |-- error.vue
|-- middleware
| |-- README.md
|-- pages
| |-- alternative.vue
| |-- calendar.vue
| |-- charts.vue
| |-- dashboard.vue
| |-- index.vue
| |-- lock.vue
| |-- login.vue
| |-- pricing.vue
| |-- register.vue
| |-- widgets.vue
| |-- components
| | |-- buttons.vue
| | |-- cards.vue
| | |-- grid-system.vue
| | |-- icons.vue
| | |-- notifications.vue
| | |-- typography.vue
| |-- forms
| | |-- components.vue
| | |-- elements.vue
| | |-- validation.vue
| |-- maps
| | |-- API_KEY.js
| | |-- google.vue
| | |-- vector.vue
| |-- pages
| | |-- timeline.vue
| | |-- user.vue
| |-- tables
| |-- paginated.vue
| |-- regular.vue
| |-- sortable.vue
|-- plugins
| |-- README.md
| |-- dashboard
| |-- dashboard-plugin.js
| |-- globalComponents.js
| |-- globalDirectives.js
| |-- directives
| |-- click-outside.js
|-- static
| |-- README.md
| |-- favicon.png
| |-- sw.js
| |-- img
| |-- brand
| | |-- favicon.png
| | |-- green.png
| | |-- white.png
| |-- icons
| | |-- cards
| | | |-- bitcoin.png
| | | |-- mastercard.png
| | | |-- paypal.png
| | | |-- visa.png
| | |-- common
| | | |-- github.svg
| | | |-- google.svg
| | |-- flags
| | |-- DE.png
| | |-- GB.png
| | |-- US.png
| |-- theme
| |-- angular.jpg
| |-- bootstrap.jpg
| |-- img-1-1000x600.jpg
| |-- img-1-1000x900.jpg
| |-- landing-1.png
| |-- landing-2.png
| |-- landing-3.png
| |-- profile-cover.jpg
| |-- react.jpg
| |-- sketch.jpg
| |-- team-1.jpg
| |-- team-2.jpg
| |-- team-3.jpg
| |-- team-4.jpg
| |-- team-5.jpg
| |-- vue.jpg
|-- store
| |-- README.md
| |-- index.js
|-- util
|-- throttle.js
At present, we officially aim to support the last two versions of the following browsers:
- Live Preview
- Buy Page: https://www.creative-tim.com/product/nuxt-argon-dashboard-pro?ref=github-ad-pro-vue
- Documentation is here
- License Agreement: https://www.creative-tim.com/license?ref=github-ad-pro-nuxt
- Support: https://www.creative-tim.com/contact-us?ref=github-ad-pro-nuxt
- Issues: Github Issues Page
- Vue Argon Dashboard- demo
- For Front End Development - Vue Argon Design System
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:
- Make sure that you are using the latest version of the Argon Dashboard PRO. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
If you have questions or need help integrating the product please contact us instead of opening an issue.
- Copyright 2019 Creative Tim (https://www.creative-tim.com?ref=github-ad-pro-nuxt)
- Creative Tim license
-
More products from Creative Tim
-
Freebies from Creative Tim
-
Affiliate Program (earn money)
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