{"id":14977036,"url":"https://github.com/rash0/vue-ecom","last_synced_at":"2025-04-09T20:06:04.040Z","repository":{"id":52232818,"uuid":"161980765","full_name":"rash0/Vue-Ecom","owner":"rash0","description":"✨ Full StoreFront built with Nuxt 3 + Pinia 2✨ ","archived":false,"fork":false,"pushed_at":"2024-03-02T13:42:55.000Z","size":2532,"stargazers_count":189,"open_issues_count":3,"forks_count":57,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T20:05:58.020Z","etag":null,"topics":["e-commerce","nuxt3","pinia2","platform","template","vitejs","vue","vue3"],"latest_commit_sha":null,"homepage":"https://vue-ecom.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rash0.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}},"created_at":"2018-12-16T08:11:04.000Z","updated_at":"2025-04-03T09:46:12.000Z","dependencies_parsed_at":"2023-02-14T15:45:54.217Z","dependency_job_id":"a2258d3c-6188-4e68-b4ce-ea220809aa3b","html_url":"https://github.com/rash0/Vue-Ecom","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/rash0%2FVue-Ecom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rash0%2FVue-Ecom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rash0%2FVue-Ecom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rash0%2FVue-Ecom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rash0","download_url":"https://codeload.github.com/rash0/Vue-Ecom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103871,"owners_count":21048245,"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":["e-commerce","nuxt3","pinia2","platform","template","vitejs","vue","vue3"],"created_at":"2024-09-24T13:54:56.400Z","updated_at":"2025-04-09T20:06:04.012Z","avatar_url":"https://github.com/rash0.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/GT1oGmn.png\" alt=\"logo\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://awesome.re/badge.svg\" link=\"https://awesome.re/badge.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://www.wtfpl.net/about/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-WTFPL-brightgreen.svg?style=flat-square\" width=\"100px\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://app.travis-ci.com/rash0/\"\u003e\n      \u003cimg src=\"https://img.shields.io/travis/rash0/vue-ecom/master?style=flat-square\" width=\"95px\"\u003e\n  \u003c/a\u003e\n   \u003ca href=\"\"\u003e\n      \u003cimg src=\"https://4.vercel.app/github/issues/rash0/vue-ecom?radius=0\" width=\"95px\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://i.imgur.com/1AFVEVm.png\"\u003e\n\u003c/p\u003e\n\u003cbr/\u003e \u003cbr/\u003e\n\nVueStoreFront is an easy, readily available, mobile-ready, up-to-date StoreFront template.\n\n- 🍀 Minimal UI\n- 👑 Unique design\n- ✨ Smooth experience\n- 💡 Fast Optimized Build\n- 🛠️ Highly modularized\n\n\u003cbr/\u003e\n\n## Tech\n\nVueStoreFront is build over a number of openSource projects:\n\n- [Vue.Js](https://vuejs.org/)\n- [Nuxt.Js](https://nuxt.com/)\n- [Pinia](https://pinia.vuejs.org/)\n- [BootStrap](https://getbootstrap.com/)\n\n\u003cbr /\u003e\n\n## Installation\n\n```sh\n# Open the project folder\ncd Vue-Ecom \u0026\u0026 npm install\n\n# for Development:\nnpm run dev\n\n# for Producation:\nnpm run build\n```\n\n\u003cbr /\u003e\n\n## Project Structure\n\n```bash\nVue-Ecom/\n├── assets/\n│   ├── styles/\n│   └── __Project Assests__\n├── Components/\n│   ├── Details/\n│   ├── Header/\n│   ├── Home/\n│   ├── Products/\n│   ├── Cart.vue\n│   ├── ContactForm.vue\n│   ├── Footer.vue\n│   ├── Header.vue\n│   ├── NewsLetter.vue\n├── Composables/\n│   │   └── useAsset.ts\n├── Layouts/\n│   │   └── default.vue\n├── Pages/\n│   │   ├── Details/\n│   │   ├── Contact.vue\n│   │   ├── Index.vue\n│   │   └── Products.vue\n├── Plugins/\n```\n\n\u003cbr /\u003e\n\n## Dev enviroment:\n\nMore information on what constitutes the enviroment:\n\n| Plugin        | README                                   |\n| ------------- | ---------------------------------------- |\n| Nuxt DevTools | [https://devtools.nuxtjs.org/]           |\n| Vite          | [https://vitejs.dev/guide/]              |\n| Prettier      | [https://prettier.io/docs/en/index.html] |\n| Eslint        | [https://eslint.org/docs/latest/]        |\n| AutoPrefixer  | [https://autoprefixer.github.io/]        |\n\n\u003cbr /\u003e\n\n## License\n\nWTFPL\n\n_Free Software_, **Hell Yeah!**\n\n_Why dont you contribute?_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frash0%2Fvue-ecom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frash0%2Fvue-ecom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frash0%2Fvue-ecom/lists"}