rchsantos / ct-vue-argon-design-system-pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Vue Argon Design System PRO

Start your development with a Premium Argon Design System for Bootstrap 4 and VueJs. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.

Fully Coded Components

Vue Argon Design System PRO is built with over 1200 individual components, 43 sections and 18 example pages giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SCSS files.
You will save a lot of time going from prototyping to full-functional code because all elements are implemented. This Design System 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. You can view all components here.

Core re-built from scratch

Start your development with a Premium Argon Design System for Bootstrap 4 and VueJs. Argon is a completly new product built on our newest re-built from scratch framework structure that is meant to make our products more intuitive, more adaptive and, needless to say, so much easier to customize. Let Argon amaze you with its cool features and build tools and get your project to a whole new level. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.

Complex Documentation

Each element is well presented in a very complex documentation. You can read more about the idea behind this design system 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.

Bootstrap 4 Support

Vue Argon Design System PRO is built on top of the much awaited Bootstrap 4, using VueJs. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 / VueJs project; you can just import the Vue Argon Design System PRO style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.

Table of contents

Versions

HTML Angular React Vue
Argon Design System PRO HTML Argon Design System PRO Angular Argon Design System PRO React Vue Argon Design System PRO

Getting Started

  • Install NodeJs from NodeJs Official Page
  • Go to creative tim website and login into your account
  • Go to downloads section on creative tim website (be sure to be logged into your account)
  • Press the download button near Vue Argon Design System PRO product (this will download onto your computer a zip file)
  • Unzip the downloaded file to a folder in your computer
  • Open Terminal
  • Go to your file project (where you've unzipped the product)
  • Run in terminal npm install
  • Then run npm run serve
  • Navigate to https://localhost:3000

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.

File Structure

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

Vue Argon Design System PRO
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── README.md
├── babel.config.js
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── img
│   │   ├── sections
│   │   ├── slack.png
│   │   ├── spotify.jpeg
│   │   ├── sweater.png
│   │   ├── theme
│   │   ├── tim.png
│   │   ├── unass.jpg
│   │   └── visas.png
│   └── index.html
└── src
    ├── App.vue
    ├── assets
    │   ├── img
    │   ├── logo.png
    │   ├── scss
    │   └── vendor
    │       ├── font-awesome
    │       │   ├── css
    │       │   └── fonts
    │       └── nucleo
    │           ├── css
    │           └── fonts
    ├── components
    │   ├── Badge.vue
    │   ├── BaseAlert.vue
    │   ├── BaseButton.vue
    │   ├── BaseCheckbox.vue
    │   ├── BaseDropdown.vue
    │   ├── BaseInput.vue
    │   ├── BaseNav.vue
    │   ├── BasePagination.vue
    │   ├── BaseProgress.vue
    │   ├── BaseRadio.vue
    │   ├── BaseSlider.vue
    │   ├── BaseSwitch.vue
    │   ├── Card.vue
    │   ├── CloseButton.vue
    │   ├── Collapse
    │   │   ├── Collapse.vue
    │   │   └── CollapseItem.vue
    │   ├── ImageUpload.vue
    │   ├── Modal.vue
    │   ├── MultipleSelect.vue
    │   ├── NavbarToggleButton.vue
    │   ├── SingleSelect.vue
    │   ├── Spinner.vue
    │   ├── Tabs
    │   │   ├── TabPane.vue
    │   │   └── Tabs.vue
    │   ├── Tags.vue
    │   ├── Toast.vue
    │   └── stringUtils.js
    ├── constants
    │   └── index.js
    ├── directives
    │   └── click-ouside.js
    ├── layout
    │   ├── AppFooter.vue
    │   └── AppHeader.vue
    ├── main.js
    ├── plugins
    │   ├── argon-kit.js
    │   ├── globalComponents.js
    │   ├── globalDirectives.js
    │   └── globalMixins.js
    ├── router.js
    ├── starterRouter.js
    └── views
        ├── 500Error.vue
        ├── About.vue
        ├── Account.vue
        ├── BlogPost.vue
        ├── BlogPosts.vue
        ├── ChatPage.vue
        ├── Checkout.vue
        ├── Components.vue
        ├── ContactUs.vue
        ├── Ecommerce.vue
        ├── Error.vue
        ├── Error500.vue
        ├── Invoice.vue
        ├── LandingPage.vue
        ├── Login.vue
        ├── Presentation.vue
        ├── Pricing.vue
        ├── ProductPage.vue
        ├── ProfilePage.vue
        ├── Register.vue
        ├── Reset.vue
        ├── Sections.vue
        ├── Starter.vue
        ├── components
        │   ├── Alerts.vue
        │   ├── BasicElements.vue
        │   ├── Cards.vue
        │   ├── Carousel.vue
        │   ├── ContentAreas.vue
        │   ├── CustomControls.vue
        │   ├── Elements.vue
        │   ├── FooterAreas.vue
        │   ├── Hero.vue
        │   ├── Inputs.vue
        │   ├── JavascriptComponents
        │   │   ├── Datepicker.vue
        │   │   ├── FileUpload.vue
        │   │   ├── Modals.vue
        │   │   └── TooltipsPopovers.vue
        │   ├── JavascriptComponents.vue
        │   ├── Labels.vue
        │   ├── Navigation
        │   │   ├── Menu1.vue
        │   │   ├── Menu2.vue
        │   │   ├── Menu3.vue
        │   │   ├── Menu4.vue
        │   │   ├── Menu5.vue
        │   │   └── Menu6.vue
        │   ├── Navigation.vue
        │   ├── NucleoIcons.vue
        │   ├── ProgressPagination.vue
        │   ├── Spinners.vue
        │   ├── Tables
        │   │   ├── LightTable.vue
        │   │   ├── ShoppingTable.vue
        │   │   └── StripedCheckbox.vue
        │   ├── Tabs.vue
        │   └── Typography.vue
        └── sections
            ├── Accordion.vue
            ├── Blogs
            │   ├── Blog1.vue
            │   ├── Blog2.vue
            │   ├── Blog3.vue
            │   ├── Blog4.vue
            │   ├── Blog5.vue
            │   ├── Blog6.vue
            │   └── Blog7.vue
            ├── Blogs.vue
            ├── Contact
            │   ├── Contact1.vue
            │   ├── Contact2.vue
            │   ├── Contact3.vue
            │   └── Contact4.vue
            ├── Contact.vue
            ├── Features
            │   ├── Feature1.vue
            │   ├── Feature2.vue
            │   ├── Feature3.vue
            │   ├── Feature4.vue
            │   ├── Feature5.vue
            │   ├── Feature6.vue
            │   └── Feature7.vue
            ├── Features.vue
            ├── Headers
            │   ├── Header1.vue
            │   ├── Header2.vue
            │   ├── Header3.vue
            │   ├── Header4.vue
            │   └── Header5.vue
            ├── Headers.vue
            ├── Pricing
            │   ├── Pricing1.vue
            │   ├── Pricing2.vue
            │   ├── Pricing3.vue
            │   ├── Pricing4.vue
            │   └── Pricing5.vue
            ├── Pricing.vue
            ├── Projects
            │   ├── Project1.vue
            │   ├── Project2.vue
            │   └── Project3.vue
            ├── Projects.vue
            ├── Tables.vue
            ├── Teams
            │   ├── Team1.vue
            │   ├── Team2.vue
            │   ├── Team3.vue
            │   ├── Team4.vue
            │   └── Team5.vue
            ├── Teams.vue
            ├── Testimonial
            │   ├── Testimonial1.vue
            │   ├── Testimonial2.vue
            │   └── Testimonial3.vue
            └── Testimonials.vue

Dashboards

HTML Angular React
Argon Dashboard PRO HTML Argon Dashboard PRO Angular Argon Dashboard PRO React
BootstrapVue Vue Nuxt
BootstrapVue Argon Dashboard PRO Vue Argon Dashboard PRO Nuxt Argon Dashboard PRO
NodeJS Laravel
Argon Dashboard PRO NodeJS Argon Dashboard PRO Laravel

Browser Support

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

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Useful Links

Social Media:

About