{"id":28220827,"url":"https://github.com/allexcd/vue-web-extension-ts","last_synced_at":"2025-06-10T09:30:40.846Z","repository":{"id":38265119,"uuid":"271861957","full_name":"allexcd/vue-web-extension-ts","owner":"allexcd","description":"A boilerplate to start developing web extensions with Vue","archived":false,"fork":false,"pushed_at":"2022-12-13T01:36:46.000Z","size":10189,"stargazers_count":0,"open_issues_count":31,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T04:16:23.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/allexcd.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":"2020-06-12T18:09:58.000Z","updated_at":"2020-06-13T12:23:45.000Z","dependencies_parsed_at":"2023-01-28T04:31:45.546Z","dependency_job_id":null,"html_url":"https://github.com/allexcd/vue-web-extension-ts","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/allexcd%2Fvue-web-extension-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fvue-web-extension-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fvue-web-extension-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fvue-web-extension-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allexcd","download_url":"https://codeload.github.com/allexcd/vue-web-extension-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fvue-web-extension-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259047881,"owners_count":22797614,"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":[],"created_at":"2025-05-18T04:16:21.811Z","updated_at":"2025-06-10T09:30:40.798Z","avatar_url":"https://github.com/allexcd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## fix\n\n#### Installation:\n\n1. `npm install` or `yarn install`\n2. `npm run watch:dev` or `yarn watch:dev`. This will init the hot reload server\n3. Enable development code in Chrome by:\n   - Go to `chrome://extensions` and turn on Development mode\n   - Click `Load unpacked` button and link the `/dist` folder of the project\n   - Enable the extension\n\n### Routing\n\n- routing is already installed\n\n#### HTTP Requests\n\n- These can be performed using the installed axios library. Usage examples [here](https://github.com/axios/axios)\n\n### Store\n\n- Vuex store is installed and a basic usage example can be seen in the `background.ts`. Usage examples [here](https://vuex.vuejs.org/guide/) or [here](https://itnext.io/vuex-made-simple-getting-started-6bf229d432cf)\n\n### CSS\n\n- Sass can be used inline or as separate files. Examples are provided for both cases in the `pages/Index.vue` and `options/App.vue`\n\n### Components Library:\n\n- ElementsUI is the installed components library. Full list of components is available [here](https://element.eleme.io/?ref=madewithvuejs.com#/en-US/component/installation)\n\n#### Issues\n\n##### Element UI\n\n- theme styles are not loaded using babel. Issue to be followed [here](https://github.com/ElementUI/babel-plugin-component/issues/17).\n  Once the issue is solved: - remove `import 'element-ui/lib/theme-chalk/index.css';` from the entry file `popup.ts` - add this line `\"styleLibraryName\": \"element-theme-default\"` in `.babelrc` as a new prop, under `libraryName`\n\n##### Polyfills\n\n- fail to assign the imported polyfills to `global.navigator` so the extension might not work on other browsers aside Chrome. Follow the TODO comments related to this when research will be started to tackle this\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallexcd%2Fvue-web-extension-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallexcd%2Fvue-web-extension-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallexcd%2Fvue-web-extension-ts/lists"}