{"id":14973634,"url":"https://github.com/materialfy/m-dash","last_synced_at":"2025-04-04T11:16:29.652Z","repository":{"id":40773131,"uuid":"179219726","full_name":"Materialfy/M-Dash","owner":"Materialfy","description":"A Crud Admin Dash made from Vue, Vuex, Vue-Router and Vuetify. Features working Notification system, Login system, JWT system, Store, Data tables","archived":false,"fork":false,"pushed_at":"2022-12-14T06:19:57.000Z","size":98240,"stargazers_count":590,"open_issues_count":21,"forks_count":185,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-04T11:16:23.431Z","etag":null,"topics":["admin","admin-dashboard","admin-panel","admin-template","control-panel","crud","crud-application","dashboard","data-tables","javascript","material-design","rest-api","table","vue","vue-cli","vuejs","vuejs2","vuetify","vuetify-admin-dashboard","vuex"],"latest_commit_sha":null,"homepage":"https://materialfy.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Materialfy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-03T05:52:48.000Z","updated_at":"2025-03-25T14:05:27.000Z","dependencies_parsed_at":"2023-01-28T18:00:51.313Z","dependency_job_id":null,"html_url":"https://github.com/Materialfy/M-Dash","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materialfy%2FM-Dash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materialfy%2FM-Dash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materialfy%2FM-Dash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Materialfy%2FM-Dash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Materialfy","download_url":"https://codeload.github.com/Materialfy/M-Dash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166169,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","admin-dashboard","admin-panel","admin-template","control-panel","crud","crud-application","dashboard","data-tables","javascript","material-design","rest-api","table","vue","vue-cli","vuejs","vuejs2","vuetify","vuetify-admin-dashboard","vuex"],"created_at":"2024-09-24T13:49:07.332Z","updated_at":"2025-04-04T11:16:29.627Z","avatar_url":"https://github.com/Materialfy.png","language":"Vue","readme":"\n![version](https://img.shields.io/badge/version-2.0-blue.svg)\n\n\n[![MadeWithVueJs.com shield](https://madewithvuejs.com/storage/repo-shields/1512-shield.svg)](https://madewithvuejs.com/p/functional-vuetify-admin-dashboard/shield-link)\n\n\n##### Formerly known by Vuetify Admin Dashboard\n\n\n### [2.0 Demo Site](https://materialfy-demo.netlify.app) \n- logout button is in user menu in app bar\n\n\n![Preview](https://github.com/ClintOxx/M-Dashboard-Materialfy/blob/master/public/img/mwQYxL1mES.gif)\n\nM-Dashboard is a simple (Hopefully not ugly) productivity Dashboard to monitor tasks/work, it can also be used as an crud admin panel.\nUsing the Dashboard is pretty simple but requires basic knowledge of Javascript, and basic knowledge on libraries listed in the [docs](https://docs.materialfy.com/guide/)\n\n## Table of Contents\n\n- [Whats New in 2.0](https://docs.materialfy.com/guide/features.html#whats-new-in-2-0)\n- [Quick Start](#getting-started)\n- [Documentation](https://docs.materialfy.com/)\n- [Reporting Issues](#reporting-issues)\n\n\n# Dashboard Features\n[Link to Features](https://docs.materialfy.com/guide/features.html)\n\n![Crud Table](https://github.com/ClintOxx/M-Dashboard-Materialfy/blob/master/public/img/Screenshot%202021-07-15%20at%2021-28-53%20M-Dashboard%20by%20Materialfy%20.png)\n\n\n### Few things on the roadmap\n- user roles\n- user page api's\n- more prepackaged components\n- pro version(if I get to it)\n- this will always be free\n- more features and support\n- dynamic inline edit \n- Cool new login screen\n\n\n##### [Old version 1.0 Demo](https://clintoxx.github.io/M-Dashboard-Materialfy/)\n\n\n## Getting Started\n1. Install Nodejs from [Nodejs Official Page](https://nodejs.org/en/)\n2. Install @Vue/cli 4 [globally](https://cli.vuejs.org/guide/installation.html)\n3. clone repo\n4.  \u0026 navigate to the folder you cloned the repo to\n5. Open your terminal(CMD/Power Shell etc) to project root( or use Shift + right-click in the folder on windows)\n6. at project root (/M-Dashboard) run one of the following commands in the terminal depending on which you use:\n  - `npm install`, or `yarn install`if you use [Yarn](https://yarnpkg.com/en/) \n7. Run `npm run dev --open` or `yarn serve --open` to start a local development server or use [Vue UI](https://cli.vuejs.org/guide/creating-a-project.html#using-the-gui)\n8. A new tab will be opened in your browser or click the url in the terminal\n9. You can use [Reqres](https://reqres.in/) to test logging in/out, or for data tables api(its already hooked up)\n  - otherwise use your own backend or a package like [Json Server](https://github.com/typicode/json-server) or [JSONPlaceholder](https://jsonplaceholder.typicode.com/)\n\nAfter installing the dependencies you can also run additional tasks such as these fun ones:\n- `npm/yarn run build` to build your app for production\n- `npm/yarn run lint` to run linting.\n\n\n### Current Bugs\nCheckout the Issues tab to see if any have been reported or closed.\n\n### Reporting Issues\n1. Make sure that you are using the latest version of the M-Dashboard and installed corerct versions of the dependcies with NPM/YARN.\n2. Provide reproducible steps on how to recreate the issue, this can speed things up \u0026 will help a lot.\n3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.\n4. Provide screenshots if you are trying to point out an visual bug\n\nYou can [send us a tweet](https://twitter.com/Materialfy) if you need faster minorish assistance, otherwise create an issue on here.\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaterialfy%2Fm-dash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaterialfy%2Fm-dash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaterialfy%2Fm-dash/lists"}