{"id":23302048,"url":"https://github.com/bohdanmoroziuk/docker-vue-sample","last_synced_at":"2026-05-09T14:32:03.454Z","repository":{"id":223849045,"uuid":"761368650","full_name":"bohdanmoroziuk/docker-vue-sample","owner":"bohdanmoroziuk","description":"Example of Dockerizing Vue Application","archived":false,"fork":false,"pushed_at":"2024-03-11T17:52:38.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T04:31:23.589Z","etag":null,"topics":["containerization","docker","docker-compose","docker-sample","docker-vue","docker-vue-sample","nginx","vue3"],"latest_commit_sha":null,"homepage":"","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/bohdanmoroziuk.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":"2024-02-21T18:33:29.000Z","updated_at":"2024-03-11T17:53:51.000Z","dependencies_parsed_at":"2025-02-15T23:31:29.678Z","dependency_job_id":null,"html_url":"https://github.com/bohdanmoroziuk/docker-vue-sample","commit_stats":null,"previous_names":["bohdanmoroziuk/docker-vue-sample"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdanmoroziuk%2Fdocker-vue-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdanmoroziuk%2Fdocker-vue-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdanmoroziuk%2Fdocker-vue-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdanmoroziuk%2Fdocker-vue-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bohdanmoroziuk","download_url":"https://codeload.github.com/bohdanmoroziuk/docker-vue-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247558340,"owners_count":20958144,"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":["containerization","docker","docker-compose","docker-sample","docker-vue","docker-vue-sample","nginx","vue3"],"created_at":"2024-12-20T10:18:29.497Z","updated_at":"2026-05-09T14:32:03.410Z","avatar_url":"https://github.com/bohdanmoroziuk.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-vue-sample\n\n\u003e Example of Dockerizing Vue Application\n\n## Project Structure\n\n```txt\n.\n├── ...\n├── src\n│   ├── ...\n│   ├── App.vue\n│   └── main.ts\n├── .dockerignore\n├── ...\n├── compose.development.yaml\n├── compose.production.yaml\n├── ...\n├── Dockerfile\n├── ...\n├── Makefile\n├── nginx.conf\n└── ...\n```\n\n## App Development\n\n### Start the Development Container\n\n```sh\nmake dev-start\n```\n\n### Stop the Development Container\n\n```sh\nmake dev-stop\n```\n\n### Start the Production Container\n\n```sh\nmake prod-start\n```\n\n### Stop the Production Container\n\n```sh\nmake prod-stop\n```\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run test:unit\n```\n\n### Run End-to-End Tests with [Cypress](https://www.cypress.io/)\n\n```sh\nnpm run test:e2e:dev\n```\n\nOr test the production build with `test:e2e` before deploying (e.g. in CI environments):\n\n```sh\nnpm run build\nnpm run test:e2e\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdanmoroziuk%2Fdocker-vue-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbohdanmoroziuk%2Fdocker-vue-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdanmoroziuk%2Fdocker-vue-sample/lists"}