All Projects → creativetimofficial → Vue Argon Dashboard

creativetimofficial / Vue Argon Dashboard

Licence: mit
Vue Argon Dashboard

Labels

Projects that are alternatives of or similar to Vue Argon Dashboard

Home
为推广RISC-V尽些薄力
Stars: ✭ 226 (-7.76%)
Mutual labels:  scss
Rfs
✩ Automates responsive resizing ✩
Stars: ✭ 2,789 (+1038.37%)
Mutual labels:  scss
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (-1.63%)
Mutual labels:  scss
Rsass
Sass reimplemented in rust with nom.
Stars: ✭ 227 (-7.35%)
Mutual labels:  scss
Hugo Theme Novela
Novela, the simplest way to start publishing with Hugo and Forestry.
Stars: ✭ 230 (-6.12%)
Mutual labels:  scss
Locomotive Boilerplate
🚂 Front-end boilerplate for projects by Locomotive.
Stars: ✭ 236 (-3.67%)
Mutual labels:  scss
Sass Boilerplate
A boilerplate for Sass projects using the 7-1 architecture pattern from Sass Guidelines.
Stars: ✭ 2,778 (+1033.88%)
Mutual labels:  scss
Vuetimeline
🕵️‍♀️🕵️‍♂️ One easy-to-use component for Vue.js to build beautiful responsive timelines.
Stars: ✭ 242 (-1.22%)
Mutual labels:  scss
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (-5.71%)
Mutual labels:  scss
Charts.css
Open source CSS framework for data visualization.
Stars: ✭ 4,595 (+1775.51%)
Mutual labels:  scss
Shorthand
Feature rich CSS framework for the new decade https://shorthandcss.com
Stars: ✭ 230 (-6.12%)
Mutual labels:  scss
Blueprint Css
📘 Blueprint CSS is a modern responsive CSS layout library & grid built on top of CSS Grid and Flexbox.
Stars: ✭ 233 (-4.9%)
Mutual labels:  scss
Prejss
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
Stars: ✭ 238 (-2.86%)
Mutual labels:  scss
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (-6.94%)
Mutual labels:  scss
Nodebook
nodejs 基础教程
Stars: ✭ 241 (-1.63%)
Mutual labels:  scss
Static Html Webpack Boilerplate
🔮 modern tooling for old-school static webpage development
Stars: ✭ 226 (-7.76%)
Mutual labels:  scss
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (-4.08%)
Mutual labels:  scss
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+0.41%)
Mutual labels:  scss
Pretty Checkbox Vue
Quickly integrate pretty checkbox components with Vue.js
Stars: ✭ 240 (-2.04%)
Mutual labels:  scss
Blog Angular
Angular 笔记
Stars: ✭ 238 (-2.86%)
Mutual labels:  scss

Vue Argon Dashboard Tweet

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

Product Gif

Fully Coded Components

Vue Argon Dashboard is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, 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 pre-built 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.

Table of Contents

Versions

Vue HTML React Angular
Vue Argon Dashboard Argon Dashboard HTML Argon Dashboard React Argon Dashboard Angular
NodeJS Laravel
Argon Dashboard NodeJS Argon Dashboard Laravel

Demo

Dashboard Page Icons Page User Profile Page Tables Page Login Page Register Page
Dashboard Page Icons Page User Profile Page Tables Page Login Page Register Page

View More

Quick start

Documentation

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

File Structure

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

|-- Vue Argon Dashboard
    |-- .gitignore
    |-- CHANGELOG.md
    |-- ISSUES_TEMPLATE.md
    |-- LICENSE.md
    |-- README.md
    |-- babel.config.js
    |-- package.json
    |-- public
    |   |-- favicon.ico
    |   |-- index.html
    |   |-- manifest.json
    |   |-- robots.txt
    |   |-- img
    |-- src
        |-- App.vue
        |-- main.js
        |-- registerServiceWorker.js
        |-- router.js
        |-- assets
        |   |-- logo.png
        |   |-- scss
        |   |   |-- argon.scss
        |   |-- vendor
        |       |-- @fortawesome
        |       |-- nucleo
        |-- components
        |   |-- Badge.vue
        |   |-- BaseAlert.vue
        |   |-- BaseButton.vue
        |   |-- BaseCheckbox.vue
        |   |-- BaseDropdown.vue
        |   |-- BaseHeader.vue
        |   |-- BaseInput.vue
        |   |-- BaseNav.vue
        |   |-- BasePagination.vue
        |   |-- BaseProgress.vue
        |   |-- BaseRadio.vue
        |   |-- BaseSlider.vue
        |   |-- BaseSwitch.vue
        |   |-- BaseTable.vue
        |   |-- Card.vue
        |   |-- CloseButton.vue
        |   |-- Modal.vue
        |   |-- NavbarToggleButton.vue
        |   |-- StatsCard.vue
        |   |-- stringUtils.js
        |   |-- Charts
        |   |   |-- BarChart.js
        |   |   |-- DoughnutChart.js
        |   |   |-- LineChart.js
        |   |   |-- PieChart.js
        |   |   |-- config.js
        |   |   |-- globalOptionsMixin.js
        |   |   |-- optionHelpers.js
        |   |-- SidebarPlugin
        |   |   |-- SideBar.vue
        |   |   |-- SidebarItem.vue
        |   |   |-- index.js
        |   |-- Tabs
        |       |-- PillsLayout.vue
        |       |-- Tab.vue
        |       |-- TabPane.vue
        |       |-- Tabs.vue
        |       |-- TabsLayout.vue
        |-- directives
        |   |-- click-ouside.js
        |-- layout
        |   |-- AuthLayout.vue
        |   |-- Content.vue
        |   |-- ContentFooter.vue
        |   |-- DashboardLayout.vue
        |   |-- DashboardNavbar.vue
        |   |-- LoadingMainPanel.vue
        |-- plugins
        |   |-- argon-dashboard.js
        |   |-- globalComponents.js
        |   |-- globalDirectives.js
        |-- views
            |-- Dashboard.vue
            |-- Icons.vue
            |-- Login.vue
            |-- Maps.vue
            |-- Register.vue
            |-- Tables.vue
            |-- UserProfile.vue
            |-- Dashboard
            |   |-- PageVisitsTable.vue
            |   |-- SocialTrafficTable.vue
            |-- Tables
                |-- ProjectsTable.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 Material Kit. 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 Material Kit. 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.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim?ref=creativetim

Facebook: https://www.facebook.com/CreativeTim?ref=creativetim

Dribbble: https://dribbble.com/creativetim?ref=creativetim

Instagram: https://www.instagram.com/CreativeTimOfficial?ref=creativetim

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].