{"id":20760922,"url":"https://github.com/ikkkp/webpack-vue-demo","last_synced_at":"2026-06-19T16:01:36.014Z","repository":{"id":202877370,"uuid":"708322552","full_name":"ikkkp/webpack-vue-demo","owner":"ikkkp","description":"This project is a simple demonstration of integrating Vue.js with Webpack, showcasing how to set up a basic Vue.js application using Webpack as the build tool. ","archived":false,"fork":false,"pushed_at":"2023-10-24T10:34:32.000Z","size":471,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T08:06:50.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ikkkp.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":"2023-10-22T07:55:25.000Z","updated_at":"2023-10-22T08:51:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"7dc13856-0474-49ec-9717-b60cb53fc57c","html_url":"https://github.com/ikkkp/webpack-vue-demo","commit_stats":null,"previous_names":["ikkkp/webpack-vue-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ikkkp/webpack-vue-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkkp%2Fwebpack-vue-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkkp%2Fwebpack-vue-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkkp%2Fwebpack-vue-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkkp%2Fwebpack-vue-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikkkp","download_url":"https://codeload.github.com/ikkkp/webpack-vue-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkkp%2Fwebpack-vue-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34538480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-11-17T10:16:35.012Z","updated_at":"2026-06-19T16:01:35.994Z","avatar_url":"https://github.com/ikkkp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Welcome to your new awesome project!\n\n# Webpack \u0026 Vue.js Example\n\nThis project demonstrates how to set up a basic application using Webpack and Vue.js.\n\n## Prerequisites\n\nMake sure you have Node.js and npm installed on your system.\n\n## Installation\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/your-username/webpack-vue-example.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```\n   cd webpack-vue-example\n   ```\n\n3. Install dependencies:\n\n   ```\n   pnpm install\n   ```\n\n## Usage\n\n### Development\n\nTo start the development server and see changes in real-time, run:\n\n```\nnpm run dev\n```\n\nThis will start a local development server and you can view the application in your browser at `http://localhost:8080`.\n\n### Production Build\n\nTo build the project for production, use:\n\n```\nnpm run build:prod\n```\n\nThis will generate minified and optimized files in the `dist` directory.\n\n## Basic Example\n\nThis example includes a simple Vue component. You can find the component in `src/components/HelloWorld.vue`. To use this component, import it into your desired file and include it in your template:\n\n```vue\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cHelloWorld /\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport HelloWorld from \"@/components/HelloWorld.vue\";\n\nexport default {\n  components: {\n    HelloWorld,\n  },\n};\n\u003c/script\u003e\n\n\u003cstyle\u003e\n/* Add your styles here */\n\u003c/style\u003e\n\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikkkp%2Fwebpack-vue-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikkkp%2Fwebpack-vue-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikkkp%2Fwebpack-vue-demo/lists"}