{"id":20213469,"url":"https://github.com/superoo7/vue-cli-plugin-chrome-ext","last_synced_at":"2025-08-21T04:31:03.504Z","repository":{"id":52271230,"uuid":"160895650","full_name":"superoo7/vue-cli-plugin-chrome-ext","owner":"superoo7","description":"vue cli plugin that setup vue project for chrome extension","archived":false,"fork":false,"pushed_at":"2021-04-26T16:42:42.000Z","size":48,"stargazers_count":93,"open_issues_count":6,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T03:37:51.735Z","etag":null,"topics":["chrome-extension","javascript","vue","vue-cli","vue-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/superoo7.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":"2018-12-08T02:18:08.000Z","updated_at":"2025-04-02T07:59:53.000Z","dependencies_parsed_at":"2022-08-27T04:13:01.691Z","dependency_job_id":null,"html_url":"https://github.com/superoo7/vue-cli-plugin-chrome-ext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/superoo7/vue-cli-plugin-chrome-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fvue-cli-plugin-chrome-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fvue-cli-plugin-chrome-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fvue-cli-plugin-chrome-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fvue-cli-plugin-chrome-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superoo7","download_url":"https://codeload.github.com/superoo7/vue-cli-plugin-chrome-ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fvue-cli-plugin-chrome-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271425019,"owners_count":24757385,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chrome-extension","javascript","vue","vue-cli","vue-plugin"],"created_at":"2024-11-14T06:09:19.709Z","updated_at":"2025-08-21T04:31:03.199Z","avatar_url":"https://github.com/superoo7.png","language":"JavaScript","readme":"# vue-cli-plugin-chrome-ext\n\n[![npm version](https://badge.fury.io/js/vue-cli-plugin-chrome-ext.svg)](https://www.npmjs.com/package/vue-cli-plugin-chrome-ext)\n\nStart a chrome extension project with Vue-CLI with ease!\n\n\u003cimg src=\"./logo.png\" height=\"48\" width=\"48\"\u003e\n\n_Logo from FontAwesome_\n\n## Installation\n\nThis plugin is meant for using new project for chrome extensions. Tested on default project of Vue, Vue with TypeScript\n\n### For TypeScript\n\n- Create a new project with `vue create test-project`, and select typescript without class-style component syntax\n- Then, add this plugin with `vue add chrome-ext`.\n- Clean up the repo by removing `src/main.ts`, `src/components`, `public/favicon.ico` and `public/index.html`\n\n### For JavaScript\n\n- Create a new project with `vue create test-project`.\n- Then, add this plugin with `vue add chrome-ext`.\n- Clean up the repo by removing `src/main.js`, `src/components`, `public/favicon.ico` and `public/index.html`\n\n### Run Development mode and Production\n\n- Run development mode with `npm run build-watch` and a `dist` file will be generated. Install [Extension Reloader](https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid) to reload chrome extensions easily everytime you reload. (take note that when u change manifest.json file, it will not automatically load, you need to remove and add the chrome extensions)\n- Build for production `npm run build` and zip it and deploy onto chrome store.\n\n## Current feature\n\n- Generate manifest.json\n- Generate popup.html\n- Generate options.html\n- Emit file out\n- Support TypeScript (only generated with `vue add typescript`)\n\n## TODO\n\n### High Priority\n\n- Add background script\n- Make options to generate certain files\n\n### Medium Priority\n\n- Move over with this [template](https://github.com/posva/vue-plugin-template)\n- Clean up src and public file.\n\n## Development\n\n### Testing\n\n#### Development\n\nCurrently, testing is done manually with the file `./auto.sh`, by passing `-r` flag, it will delete the initial file generated.\n\n#### Production\n\nTest production code in npm as well with `./prod.sh`.\n\n### prompts.js\n\nVue CLI prompt is based on [inquirer.js](https://github.com/SBoudrias/Inquirer.js) api.\n\n## Resources\n\n- https://itnext.io/how-to-build-a-simple-vue-cli-plugin-a2e1323de1a0\n\n## Credit\n\n- https://github.com/zwenza/vue-cli-plugin-build-watch\n- https://github.com/RequireSun/vue-cli-plugin-chrome-extension\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperoo7%2Fvue-cli-plugin-chrome-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperoo7%2Fvue-cli-plugin-chrome-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperoo7%2Fvue-cli-plugin-chrome-ext/lists"}