{"id":13510066,"url":"https://github.com/misterGF/CoPilot","last_synced_at":"2025-03-30T15:30:33.921Z","repository":{"id":44136967,"uuid":"55156871","full_name":"misterGF/CoPilot","owner":"misterGF","description":"Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js","archived":false,"fork":false,"pushed_at":"2024-05-01T02:55:17.000Z","size":33008,"stargazers_count":2942,"open_issues_count":22,"forks_count":720,"subscribers_count":142,"default_branch":"master","last_synced_at":"2025-03-29T18:05:18.221Z","etag":null,"topics":["adminlte","bootstrap","copilot","dashboard","vue","vue-devtools","vue-resource","vue-router","vuejs2","vuex"],"latest_commit_sha":null,"homepage":"https://copilot.misterGF.io","language":"HTML","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/misterGF.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,"publiccode":null,"codemeta":null}},"created_at":"2016-03-31T14:27:06.000Z","updated_at":"2025-03-26T03:30:17.000Z","dependencies_parsed_at":"2024-04-10T01:49:42.259Z","dependency_job_id":"4e69ad49-07fe-4921-8936-fdf98fca2b83","html_url":"https://github.com/misterGF/CoPilot","commit_stats":{"total_commits":726,"total_committers":88,"mean_commits":8.25,"dds":"0.46005509641873277","last_synced_commit":"f6d178adf517283e8b6dd7fba39793f0a0b0da54"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misterGF%2FCoPilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misterGF%2FCoPilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misterGF%2FCoPilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misterGF%2FCoPilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misterGF","download_url":"https://codeload.github.com/misterGF/CoPilot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246338607,"owners_count":20761407,"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":["adminlte","bootstrap","copilot","dashboard","vue","vue-devtools","vue-resource","vue-router","vuejs2","vuex"],"created_at":"2024-08-01T02:01:22.828Z","updated_at":"2025-03-30T15:30:33.888Z","avatar_url":"https://github.com/misterGF.png","language":"HTML","readme":"**CoPilot** is a fully responsive admin template that is forked from [AdminLTE](https://almsaeedstudio.com). The difference here is that this repo is tailored to use with [Vue.js](https://vuejs.org). The UI is based on the [Bootstrap 3](https://github.com/twbs/bootstrap) framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.\n\n\u003ca href=\"https://copilot.misterGF.io\" target=\"_blank\"\u003e✈️️ Take it for a spin.\u003c/a\u003e\n\n\n[![Build Status](https://travis-ci.org/misterGF/CoPilot.svg?branch=master)](https://travis-ci.org/misterGF/CoPilot)\n[![Build status](https://ci.appveyor.com/api/projects/status/wenct56narbt6r1l?svg=true)](https://ci.appveyor.com/project/misterGF/copilot)\n\n![\"CoPilot Screenshot\"](http://res.cloudinary.com/gatec21/image/upload/v1489954238/copilot-march-2017_ifdrlj.png)\n\nIn an attempt to keep the project clean I have not included every plugin/feature that AdminLTE offers. You simply need to add the plugin in the /static/js/plugin folder to include them or use npm. I've included the popular ones.\n\nThe structure of the app is scaffolded by [vue-cli](https://github.com/vuejs/vue-cli). Which is a simple CLI tool that setups our environment. CoPilot uses the webpack package. So we get a full-featured Webpack + vue-loader setup with hot reload, linting, testing \u0026 css extraction.\n\nWe leverage all the goodies that vue.js offers. Vue-Router for routing. Vue-Resource for AJAX calls. Vuex for state management. **This project is using VueJS 2.0!** Earlier versions can be found under the [vue 1.0 branch](https://github.com/misterGF/CoPilot/tree/vue1.0_version).\n\nI also recommend that you install vue-devtools for Chrome so that you can easily inspect that state of vue.\n![vue-devtools](http://res.cloudinary.com/gatec21/image/upload/v1461611064/copilot-vuetools_t1mvpg.png)\n\nThe data that is being pulled uses faker.js to make it dynamic. This is for demo purposes. Look for demo.* for information that is generated dynamically.\n\nInstallation\n------------\nInstalling CoPilot is easy.\n\n#### Download:\n\nDownload from Github\n\n#### Using The Command Line:\n\n```\ngit clone https://github.com/misterGF/CoPilot.git\n```\n\n\n#### Build Setup\n\n``` bash\n# install dependencies\nsudo npm 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](https://github.com/vuejs-templates/webpack#vue-webpack-boilerplate) and [docs for vue-loader](http://vuejs.github.io/vue-loader).\n\n\nDocumentation\n-------------\nDepending on the component you are working on you should have the following links handy.\n\n- AdminLTE - [online documentation](https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html)\n- BootStrap 3 - [online documentation](https://github.com/twbs/bootstrap)\n- Vue.js - [online documentation](https://github.com/vuejs/vue)\n- ~~Vue-Resource~~ - No longer supported\n- Axios - [online documentation](https://github.com/mzabriskie/axios)\n- Vue-Router - [online documentation](https://github.com/vuejs/vue-router)\n- Vuex - [online documentation](https://github.com/vuejs/vuex)\n\nInformation and tips about CoPilot can be found in the [wiki](https://github.com/misterGF/CoPilot/wiki).\n\nBrowser Support\n---------------\n- IE 9+\n- Firefox (latest)\n- Chrome (latest)\n- Safari (latest)\n- Opera (latest)\n\nContribution\n------------\nContribution are always **welcome and recommended**! Here is how:\n\n- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).\n- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/CoPilot.git```\n- Make your changes\n- Create a pull request\n\nTODOS\n-------\nThe purpose of this project is to provide a full example of how to leverage Vue. If you find anything that can be Vue-ified please send me a PR.\n\nLicense\n-------\nCoPilot is an open source project by [Gil Ferreira](http://gferreira.me) that is licensed under [MIT](http://opensource.org/licenses/MIT).\n\nImage Credits\n-------------\n[Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)\n\n[Graphicsfuel](http://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)\n\n[Pickaface](http://pickaface.net/)\n\n[Unsplash](https://unsplash.com/)\n\n[Uifaces](http://uifaces.com/)\n","funding_links":[],"categories":["HTML","Open Source [🔝](#readme)","awesome-vue [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Projects Using Vue.js","bootstrap","Awesome dashboards","Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) ★101652](https://github.com/sindresorhus/awesome)","Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)"],"sub_categories":["开源","Open Source","Free dashboards list for you to use in your projects"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmisterGF%2FCoPilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmisterGF%2FCoPilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmisterGF%2FCoPilot/lists"}