{"id":15067475,"url":"https://github.com/menteora/vuetify-extra","last_synced_at":"2025-10-05T05:30:25.651Z","repository":{"id":37851570,"uuid":"204646866","full_name":"menteora/vuetify-extra","owner":"menteora","description":"Vuetify common bundle of components","archived":true,"fork":false,"pushed_at":"2023-01-06T02:07:42.000Z","size":3532,"stargazers_count":24,"open_issues_count":25,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T08:14:58.752Z","etag":null,"topics":["vue","vue2","vuejs","vuejs2","vuetify","vuetifyjs"],"latest_commit_sha":null,"homepage":"https://menteora.github.io/vuetify-extra/","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/menteora.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-08-27T07:34:48.000Z","updated_at":"2023-05-02T10:39:35.000Z","dependencies_parsed_at":"2023-02-05T02:20:35.619Z","dependency_job_id":null,"html_url":"https://github.com/menteora/vuetify-extra","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/menteora%2Fvuetify-extra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/menteora%2Fvuetify-extra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/menteora%2Fvuetify-extra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/menteora%2Fvuetify-extra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/menteora","download_url":"https://codeload.github.com/menteora/vuetify-extra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235365088,"owners_count":18978297,"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":["vue","vue2","vuejs","vuejs2","vuetify","vuetifyjs"],"created_at":"2024-09-25T01:24:20.237Z","updated_at":"2025-10-05T05:30:25.145Z","avatar_url":"https://github.com/menteora.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IMPORTANT!\n\nThere's a **BUG** in **v1.0.0-beta.0**, use previous version:\n\n```\nnpm install  @menteora/vuetify-extra@0.3.2\n```\n\n# vuetify-extra\nVue library with common used components based on Vuetify.\n\nDemo here: https://menteora.github.io/vuetify-extra/\n\n2020/12/18 - v1.0.0-beta.0 - reduced library size from 300kb to 9kb (removed any duplicated vuetify code)\n\n2020/11/03 - [**NEW!** Docker Integration](#Docker-Integration)\n\n## Project setup\n### Install Library\n- Install Vuetify 2 ([see documentation](https://vuetifyjs.com/en/getting-started/quick-start))\n- Install Vuetify Extra:\n\n```\nnpm install @menteora/vuetify-extra\n```\n\n### Use Plugin\n\n- Use Vuetify-Extra plugin after Vuetify\n- Example of `/src/main.js` with Vuetify and Vuetify-Extra plugins:\n\n```javascript\nimport Vue from 'vue'\nimport App from './App.vue'\nimport vuetify from './plugins/vuetify'\nimport './plugins/vuetify-extra'\n\nVue.config.productionTip = false\n\nnew Vue({\n  vuetify,\n  render: h =\u003e h(App)\n}).$mount('#app')\n```\n\n- Example of standard Vuetify plugin installation in `plugins/vuetify.js`:\n\n```javascript\nimport Vue from 'vue'\nimport Vuetify from 'vuetify/lib'\n\nVue.use(Vuetify)\n\nexport default new Vuetify({\n  icons: {\n    iconfont: 'mdi'\n  }\n})\n```\n\n- Example Vuetify-Extra plugin installation in `plugins/vuetify-extra.js`:\n\n```javascript\nimport Vue from 'vue'\nimport VuetifyExtra from '@menteora/vuetify-extra'\n\nVue.use(VuetifyExtra)\n```\n\n## Docker Integration\n- Install Docker (refer to official Guide)\n- Install \"Docker\" Extension on VSCode\n- Open Folder with VSCode\n- Answer \"Reopen in Container\" \n\n![reopen inside docker button](docs/reopen-inside-docker.png)\n\n## Project setup\n\n### See demo in action:\n```\nnpm run serve\n```\n\n### Compiles and minifies Library for production\n```\nnpm run build\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n\n## Update workflow\n\n1. Update \u0026 commit code\n\n### Github pages updates\n2. Update demo `npm run deploy:demo`\n3. Test demo\n\n### Github updates\n4. Update release inside package.json\n5. Tag commit `git tag v0.3.1`\n6. Push Tags `git push origin --tags`\n\n### Npm updates\n7. Update build `npm run build`\n8. Login on npm `npm login`\n8. Update package on npm `npm publish`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmenteora%2Fvuetify-extra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmenteora%2Fvuetify-extra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmenteora%2Fvuetify-extra/lists"}