{"id":21942889,"url":"https://github.com/dochner/dcommerce","last_synced_at":"2026-04-05T21:02:28.405Z","repository":{"id":65221322,"uuid":"588548923","full_name":"dochner/dcommerce","owner":"dochner","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-17T11:41:21.000Z","size":680,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T20:49:20.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/dochner.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":"2023-01-13T11:47:48.000Z","updated_at":"2023-01-13T11:56:27.000Z","dependencies_parsed_at":"2023-02-10T09:30:39.946Z","dependency_job_id":null,"html_url":"https://github.com/dochner/dcommerce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dochner/dcommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fdcommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fdcommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fdcommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fdcommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dochner","download_url":"https://codeload.github.com/dochner/dcommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fdcommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31449836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-29T03:27:08.216Z","updated_at":"2026-04-05T21:02:28.373Z","avatar_url":"https://github.com/dochner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dcommerce - Ecommerce Vue Application\n\nThat's a simple ecommerce application built by [me](https://github.com/dochner), using vue3, vite and the last technologies.\n\n-----\n\n- [Dcommerce - Ecommerce Vue Application](#dcommerce---ecommerce-vue-application)\n  - [Technologies](#technologies)\n  - [UI](#ui)\n  - [Icons](#icons)\n  - [Plugins](#plugins)\n  - [Development rules](#development-rules)\n  - [Dev tools](#dev-tools)\n  - [Project usage](#project-usage)\n  - [Download/Clone Project](#downloadclone-project)\n  - [Installing dependencies](#installing-dependencies)\n  - [Development](#development)\n  - [Production](#production)\n\n-----\n\n## Technologies\n\n- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild)\n- 🗂 [File based page routing](./src/pages)\n- 📦 [Components auto import](./src/components)\n- 📑 [Layout system for pages](./src/layouts)\n- 🗒 [Markdown`.md` files support](https://github.com/antfu/vite-plugin-md)\n- 📥 [Api's auto import](https://github.com/antfu/unplugin-auto-import)\n\n## UI\n\n- 🍃 [UnoCSS - atomic design css utilities](https://windicss.org/)\n\n## Icons\n\n- [Iconify](https://iconify.design) - uses any icons set `mdi, carbon...` avaliable at [🔍Icônes](https://icones.netlify.app/)\n\n## Plugins\n\n- [Vue Router](https://github.com/vuejs/vue-router)\n  - [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) - file based page routing\n  - [`vite-plugin-vue-layouts`](https://github.com/JohnCampionJr/vite-plugin-vue-layouts) - layout system for pages\n- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - Components auto-import\n- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Enable auto-import for composition api, and plugins like `vue, vue-router, vue-use...`\n- [`vite-plugin-pwa`](https://github.com/antfu/vite-plugin-pwa) - PWA\n- [`vite-plugin-md`](https://github.com/antfu/vite-plugin-md) - Markdown files as components, allow component inside Markdown\n  - [`markdown-it-prism`](https://github.com/jGleitz/markdown-it-prism) - [Prism](https://prismjs.com/) For code highlight\n  - [`prism-theme-vars`](https://github.com/antfu/prism-theme-vars) - Prism.js theme configured through css variables\n- [VueUse](https://github.com/antfu/vueuse) - collection of many composition APIs\n- [`@vueuse/head`](https://github.com/vueuse/head) - handles the head of pages reactively\n\n## Development rules\n\n- composition api only, of course [`\u003cscript setup\u003e` syntaxe SFC](https://github.com/vuejs/rfcs/pull/227)\n- [ESLint](https://eslint.org/) with [@antfu/eslint-config](https://github.com/antfu/eslint-config), single quotes, no semicolon.\n\n## Dev tools\n\n- [pnpm](https://pnpm.js.org/) - fast and disk space efficient package manager\n- [VS Code Extensions](./.vscode/extensions.json)\n  - [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - Launch application with vite automatically when opening VSCode\n  - [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) - Support for VSCode with Vue 3 `\u003cscript setup\u003e`\n  - [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) - Displays the icon inline with de code, when validating the icon name\n  - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n\n## Project usage\n\n\u003e Project requires Node.js \u003e= 14.x\n\u003e Must have `pnpm` installed\n\n## Download/Clone Project\n\n- Clone the project to your local machine with\n  - \u003chttps://github.com/dochner/dcommerce.git\u003e\n  - or [ssh://git@github.com:dochner/dcommerce.git](ssh://git@github.com:dochner/dcommerce.git) -- certificate configured required\n- Or download the project [aqui](https://github.com/dochner/dcommerce/archive/refs/heads/main.zip)\n\n## Installing dependencies\n\nChoose your package manager (pnpm recommended**):\n\n```bash\npnpm install\n```\n\n## Development\n\nChoose your package manager (pnpm recommended**):\n\n```bash\npnpm dev\n```\n\n## Production\n\n\u003e Use the build command to build the project and prepare it for production\n\n```bash\npnpm build\n```\n\n\u003e Use the preview command to preview the project before uploading to the production environment\n\n```bash\npnpm preview\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdochner%2Fdcommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdochner%2Fdcommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdochner%2Fdcommerce/lists"}