Pulse Dashboard is a comprehensive dashboard meant to give a 360 degree at-a-glance realtime understanding of your Hospital and its Department/Units with a focus on Patient Care Metrics.
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
- Heroku Deployment (https://pulse-sfmc.herokuapp.com/#/dashboard)
- Youtube Screen Recording
- Clone the repo:
git clone https://github.com/akinhwan/pulse-dashboard.git.npm installnpm run serve
- Download from Github.
Coming Soon.
Within the download you'll find the following directories and files:
|-- Pulse Dashboard
|-- .babelrc
|-- .env
|-- .eslintrc
|-- .gitattributes
|-- .gitignore
|-- CHANGELOG.md
|-- CONTRIBUTING.md
|-- LICENSE.md
|-- README.md
|-- package.json
|-- vue.config.js
|-- src
|-- App.vue
|-- i18n.js
|-- main.js
|-- assets
| |-- css
| | |-- nucleo-icons.css
| |-- demo
| | |-- demo.css
| |-- fonts
| | |-- nucleo.eot
| | |-- nucleo.ttf
| | |-- nucleo.woff
| | |-- nucleo.woff2
| |-- sass
| |-- black-dashboard.scss
| |-- black-dashboard
| |-- bootstrap
| |-- custom
| |-- plugins
|-- components
| |-- BaseAlert.vue
| |-- BaseButton.vue
| |-- BaseCheckbox.vue
| |-- BaseDropdown.vue
| |-- BaseNav.vue
| |-- BaseTable.vue
| |-- CloseButton.vue
| |-- Modal.vue
| |-- NavbarToggleButton.vue
| |-- index.js
| |-- Cards
| | |-- Card.vue
| | |-- StatsCard.vue
| |-- Charts
| | |-- BarChart.js
| | |-- LineChart.js
| | |-- config.js
| | |-- utils.js
| |-- Inputs
| | |-- BaseInput.vue
| |-- NotificationPlugin
| | |-- Notification.vue
| | |-- Notifications.vue
| | |-- index.js
| |-- SidebarPlugin
| |-- SideBar.vue
| |-- SidebarLink.vue
| |-- index.js
|-- directives
| |-- click-ouside.js
|-- layout
| |-- dashboard
| |-- Content.vue
| |-- ContentFooter.vue
| |-- DashboardLayout.vue
| |-- MobileMenu.vue
| |-- SidebarSharePlugin.vue
| |-- TopNavbar.vue
|-- locales
| |-- ar.json
| |-- en.json
|-- pages
| |-- Dashboard.vue
| |-- Icons.vue
| |-- Maps.vue
| |-- NotFoundPage.vue
| |-- Notifications.vue
| |-- Profile.vue
| |-- TableList.vue
| |-- Typography.vue
| |-- Dashboard
| | |-- TaskList.vue
| | |-- UserTable.vue
| |-- Notifications
| | |-- NotificationTemplate.vue
| |-- Profile
| |-- EditProfileForm.vue
| |-- UserCard.vue
|-- plugins
| |-- RTLPlugin.js
| |-- blackDashboard.js
| |-- globalComponents.js
| |-- globalDirectives.js
| |-- liveDemo.js
|-- router
|-- index.js
|-- routes.js
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Pulse Dashboard. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Pulse Dashboard.
- 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 2018 Creative Tim (https://www.creative-tim.com/)
- Licensed under MIT (https://github.com/creativetimofficial/vue-black-dashboard/issues/blob/master/LICENSE.md)
Twitter: https://twitter.com/akinhwan
LinkedIn: https://linkedin.com/in/akinhwan
Dribbble: https://dribbble.com/akinhwan
Instagram: https://instagram.com/akinhwan




