{"id":18485397,"url":"https://github.com/system76/pop-vue","last_synced_at":"2025-04-08T19:32:37.549Z","repository":{"id":35029016,"uuid":"198271064","full_name":"system76/pop-vue","owner":"system76","description":"Vue components designed to look like Pop!_OS","archived":false,"fork":false,"pushed_at":"2022-12-11T05:05:56.000Z","size":10426,"stargazers_count":26,"open_issues_count":21,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-27T06:05:40.854Z","etag":null,"topics":["pop-vue","popos","vue","vue-components"],"latest_commit_sha":null,"homepage":"https://pop-vue.origin76.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/system76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-22T17:24:20.000Z","updated_at":"2023-09-14T20:13:14.000Z","dependencies_parsed_at":"2023-01-15T12:31:01.271Z","dependency_job_id":null,"html_url":"https://github.com/system76/pop-vue","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fpop-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fpop-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fpop-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fpop-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/system76","download_url":"https://codeload.github.com/system76/pop-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222814446,"owners_count":17041578,"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":["pop-vue","popos","vue","vue-components"],"created_at":"2024-11-06T12:45:04.423Z","updated_at":"2024-11-06T12:45:05.046Z","avatar_url":"https://github.com/system76.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e@system76/pop-vue\u003c/h1\u003e\n  \u003ch3\u003eVue components designed to look like Pop!_OS\u003c/h3\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@system76/pop-vue/\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@system76/pop-vue.svg\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://travis-ci.org/system76/pop-vue\"\u003e\n    \u003cimg src=\"https://travis-ci.org/system76/pop-vue.svg\" alt=\"travis-ci\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://renovatebot.com/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/renovate-enabled-brightgreen.svg\" alt=\"renovate\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://standardjs.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\" alt=\"standard\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://pop-vue.origin76.com/\"\u003e\n    \u003cimg src=\"https://cdn.jsdelivr.net/gh/storybooks/brand@master/badge/badge-storybook.svg\" alt=\"Storybook\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nThis repository contains Vue components and styles designed to mimic the look\nof common Pop!_OS applications.\n\n## Using\n\n```\nnpm install --save-dev @system76/pop-vue\n```\n\n```vue\n\u003ctemplate\u003e\n  \u003cPopTerminal\u003e\n    ./runacommand.sh\n  \u003c/PopTerminal\u003e\n\u003c/template\u003e\n\n\u003cstyle\u003e\n@import \"@system76/pop-vue\";\n\u003c/style\u003e\n\n\u003cscript\u003e\nimport { PopTerminal } from '@system76/pop-vue'\n\nexport default {\n  components: {\n    PopTerminal\n  }\n}\n\u003c/script\u003e\n```\n\nView [the docs](https://pop-vue.origin76.com) to see more examples.\n\n### Tips\n\n1) You will need to ensure that babel `sourceType` is set to `unambiguous`. In\nnuxt, this means adding the following to your configuration:\n\n```\nbuild: {\n  babel: {\n    sourceType: 'unambiguous'\n  }\n}\n```\n\n## Development\n\n1) Download the repository\n\n2) Run `npm ci`\n\n3) Run `npm start`\n\n4) Start hacking\n\n## Deployment\n\nSimply push to master and travis will do all the work for you!\n\n## Releases\n\nTo [trigger a release](https://semantic-release.gitbook.io/semantic-release/#triggering-a-release) of `pop-vue`, push a commit to the `master` branch in the [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem76%2Fpop-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystem76%2Fpop-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem76%2Fpop-vue/lists"}