{"id":21878641,"url":"https://github.com/afsakar/vue-firebase-boilerplate","last_synced_at":"2026-04-02T01:03:21.248Z","repository":{"id":113835265,"uuid":"588956038","full_name":"afsakar/vue-firebase-boilerplate","owner":"afsakar","description":"A boilerplate for a VueJS application with Firebase","archived":false,"fork":false,"pushed_at":"2023-01-14T16:02:30.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T00:14:49.570Z","etag":null,"topics":["boilerplate","boilerplate-template","firebase","firebase-auth","tailwindcss","vue-boilerplate","vuejs"],"latest_commit_sha":null,"homepage":"","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/afsakar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-14T15:48:02.000Z","updated_at":"2023-01-14T21:37:59.000Z","dependencies_parsed_at":"2023-03-13T13:14:16.641Z","dependency_job_id":null,"html_url":"https://github.com/afsakar/vue-firebase-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/afsakar/vue-firebase-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsakar%2Fvue-firebase-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsakar%2Fvue-firebase-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsakar%2Fvue-firebase-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsakar%2Fvue-firebase-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afsakar","download_url":"https://codeload.github.com/afsakar/vue-firebase-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsakar%2Fvue-firebase-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273953509,"owners_count":25197316,"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-09-06T02:00:13.247Z","response_time":2576,"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":["boilerplate","boilerplate-template","firebase","firebase-auth","tailwindcss","vue-boilerplate","vuejs"],"created_at":"2024-11-28T08:13:17.686Z","updated_at":"2025-12-30T21:29:30.256Z","avatar_url":"https://github.com/afsakar.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VueJS Boilerplate with Firebase\n\nThis is a boilerplate for a VueJS application with Firebase.\n\n\u003eINFO: This is a work in progress. I will update this README as I go along.\n\n## Features\n\n- [Vue JS](https://vuejs.org/): The Progressive JavaScript Framework\n- [Firebase](https://firebase.google.com/): Authentication, Firestore, Storage\n- [Vue Router](https://router.vuejs.org/): Routing\n- [Pinia](https://pinia.vuejs.org/): State management\n- [Vite](https://vitejs.dev/): Build tool\n- [Tailwind CSS](https://tailwindcss.com/): CSS framework\n- [daisyUI](https://daisyui.com/): UI components\n- [VueUse](https://vueuse.org/): Collection of useful composition APIs\n\n## Getting Started\n\n### Installing and Running\n\n```sh\n# Clone the repository\ngit clone\n\n# Install dependencies\nnpm install\n\n# Run the application\nnpm run dev\n\n# Build for production with minification\nnpm run build\n```\n\nChange the Firebase configuration in `src/plugins/firebase.js` to your own.\n\nYou can create your own middleware in `src/middleware`.\n\nPage Meta information can be set, and you can add more meta tags in `src/components/MetaInfo.vue`.\n\n```vue\n\u003cscript setup\u003e\nimport {computed} from \"vue\";\n\nconst metaInfo = computed(() =\u003e {\n  return {\n    title: \"Login\",\n  }\n});\n\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cteleport to=\"head\"\u003e\n    \u003cMetaInfo :meta=\"metaInfo\"/\u003e \u003c!-- MetaInfo is global component --\u003e\n  \u003c/teleport\u003e\n  \u003cdiv\u003e\n    \u003ch1\u003eLogin\u003c/h1\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\n## Project Structure\n\n```\n├── src\n│   ├── assets\n│   ├── components\n│       ├── layout\n│   ├── middleware\n│   ├── pages\n│   ├── plugins\n│   ├── stores\n|-- App.vue\n|-- main.js\n|-- styles.css\n```\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsakar%2Fvue-firebase-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafsakar%2Fvue-firebase-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsakar%2Fvue-firebase-boilerplate/lists"}