firebase use develop
firebase deploy --only hosting
- Download and Install NodeJs LTS version from NodeJs Official Page.
- Navigate to the root ./ directory of the product and run
npm install
to install our local dependencies.
The documentation for the Vue Argon Dashboard 2 PRO is hosted at our website.
Within the download you'll find the following directories and files:
vue-argon-dashboard-pro
├── public
│ ├── favicon.png
│ └── index.html
├── src
│ ├── assets
│ │ ├── css
│ │ ├── fonts
│ │ ├── img
│ │ ├── js
│ │ └── scss
│ ├── components
│ │ ├── Icon
│ │ ├── 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
│ │ ├── Calendar.vue
│ │ ├── Configurator.vue
│ │ ├── Footer.vue
│ │ └── Globe.vue
│ ├── router
│ ├── store
│ ├── views
│ │ ├── applications
│ │ ├── auth
│ │ ├── dashboards
│ │ ├── ecommerce
│ │ ├── pages
│ │ └── Home.vue
│ ├── App.vue
│ ├── main.js
│ └── argon-dashboard.js
├── .browserslistrc
├── .eslintrc.js
├── .gitignore
├── babel.config.js
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── package.json
└── README.md