{"id":13701505,"url":"https://github.com/r0r1/vuejs-AdminLTE","last_synced_at":"2025-05-04T21:31:05.795Z","repository":{"id":74812544,"uuid":"45885951","full_name":"r0r1/vuejs-AdminLTE","owner":"r0r1","description":"Admin LTE Starter for Vue JS","archived":false,"fork":false,"pushed_at":"2020-10-23T09:48:42.000Z","size":16439,"stargazers_count":308,"open_issues_count":3,"forks_count":87,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-11-13T07:36:02.345Z","etag":null,"topics":["admin-dashboard","admin-template","adminlte","vuejs","vuejs-adminlte"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r0r1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-11-10T03:52:52.000Z","updated_at":"2024-09-06T09:45:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a5ebbb9-4f68-420a-959f-58d51ffbbe52","html_url":"https://github.com/r0r1/vuejs-AdminLTE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0r1%2Fvuejs-AdminLTE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0r1%2Fvuejs-AdminLTE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0r1%2Fvuejs-AdminLTE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0r1%2Fvuejs-AdminLTE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r0r1","download_url":"https://codeload.github.com/r0r1/vuejs-AdminLTE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252403855,"owners_count":21742454,"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-dashboard","admin-template","adminlte","vuejs","vuejs-adminlte"],"created_at":"2024-08-02T20:01:43.870Z","updated_at":"2025-05-04T21:31:00.786Z","avatar_url":"https://github.com/r0r1.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/vGpRdYE"],"categories":["JavaScript"],"sub_categories":[],"readme":"# vuejs-AdminLTE\n[Admin LTE] (https://almsaeedstudio.com/preview) Starter for [Vue JS] (http://vuejs.org/)\n\n## Installation\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# run unit tests\nnpm run unit\n\n# run e2e tests\nnpm run e2e\n\n# run all tests\nnpm test\n```\n\nFor detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).\n\n## Usage\n\n### Create Page\n- Create file in components folder\n\n  ``` html\n  # user.vue\n  \u003ctemplate\u003e\n    \u003ch3\u003eUser Lists\u003c/h3\u003e\n  \u003c/template\u003e\n\n  \u003cstyle\u003e\n    // style here\n  \u003c/style\u003e\n\n  \u003cscript\u003e\n    // script here\n  \u003c/script\u003e\n  ```\n- Register route component in **src/app.js**\n\n  ``` html\n  router.map({\n    '/user': {\n      component: require('./components/user.vue')\n    }\n  });\n\n  ```\n\n### Add Menu\nOpen config/menus.js, and modify json data.\n\n``` html\n{\n  name: 'Dashboard',\n  link: '/',\n  icon: 'fa-home',\n  child: [{\n    name: 'Child Dashboard',\n    link: '/child',\n    icon: 'fa-circle-o',\n    }\n  ] \n  // child is optional\n}\n```\n\n\u003cdiv align=\"center\"\u003e\u003ca href=\"https://www.buymeacoffee.com/vGpRdYE\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0r1%2Fvuejs-AdminLTE","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0r1%2Fvuejs-AdminLTE","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0r1%2Fvuejs-AdminLTE/lists"}