{"id":26233884,"url":"https://github.com/rkrajukhunt/ecommerce-vue","last_synced_at":"2026-04-10T22:36:11.005Z","repository":{"id":101410228,"uuid":"189363839","full_name":"rkrajukhunt/ecommerce-vue","owner":"rkrajukhunt","description":"Example of E Commerce Using Vue.js","archived":false,"fork":false,"pushed_at":"2020-09-02T16:35:12.000Z","size":1502,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-31T13:14:28.347Z","etag":null,"topics":["ecommerce","elast","full-text-search","javafx-application","mongodb","vuejs","vuex"],"latest_commit_sha":null,"homepage":null,"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/rkrajukhunt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2019-05-30T07:06:11.000Z","updated_at":"2019-09-03T08:46:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"812c32b1-7dd5-4106-96f1-482c2d0be976","html_url":"https://github.com/rkrajukhunt/ecommerce-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rkrajukhunt/ecommerce-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkrajukhunt%2Fecommerce-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkrajukhunt%2Fecommerce-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkrajukhunt%2Fecommerce-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkrajukhunt%2Fecommerce-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkrajukhunt","download_url":"https://codeload.github.com/rkrajukhunt/ecommerce-vue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkrajukhunt%2Fecommerce-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31662169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"ssl_error","status_checked_at":"2026-04-10T17:19:13.364Z","response_time":98,"last_error":"SSL_read: 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":["ecommerce","elast","full-text-search","javafx-application","mongodb","vuejs","vuex"],"created_at":"2025-03-13T01:18:06.091Z","updated_at":"2026-04-10T22:36:10.989Z","avatar_url":"https://github.com/rkrajukhunt.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eCommerce \n\n## Installation\n\n### Clone repo\n\n``` bash\n# clone the repo\n$ git clone https://github.com/rkrajukhunt/ecommerce-vue\n\n# go into app's directory\n$ cd ecommerce-vue\n\n# install app's dependencies\n$ npm install\n```\n\n## Usage\n\n``` bash\n# serve with hot reload at localhost:8080\nnpm run serve\n\n# build for production with minification\nnpm run build\n\n# run linter\nnpm run lint\n\n# run unit tests\nnpm run test:unit\n\n# run e2e tests\nnpm run test:e2e\n\n```\n\nFor a detailed explanation on how things work, check out the [Vue CLI Guide](https://cli.vuejs.org/guide/).\n\n## What's included\n\nWithin the download you'll find the following directories and files:\n\n```\nCoreUI-Vue/\n├── public/              # pure static assets (directly copied)\n│   └── index.html           # index.html template\n├── src/                 # project root\n│   ├── assets/                 # module assets (processed by webpack)\n│   │   └── scss/               # user styles\n│   ├── components/             # ui components\n│   ├── containers/             # ui containers\n│   ├── router/                 # routing \n│   ├── shared/                 # utils\n│   ├── views/                  # ui views\n│   ├── _nav.js                 # sidebar nav config\n│   ├── App.vue                 # main app component\n│   └── main.js                 # app entry file\n├── test/\n│   └── unit/            # unit tests\n│   └── e2e/             # e2e tests\n├── .eslintrc.js         # eslint config\n├── .gitignore           # defaults for gitignore\n├── .postcssrc.js        # postcss config\n├── CHANGELOG.md\n├── README.md\n├── babel.config.js      # babel config\n├── jest.config.js       # jest config\n├── vue.config.js        # vue-cli config\n├── LICENSE\n└── package.json         # build scripts and dependencies\n```\n\n## Bugs and feature requests\n\nHave a bug or a feature request? [Please open a new issue](https://github.com/rkrajukhunt/ecommerce-vue/issues).\n\n## Documentation\n\nCoreUI's documentation, is hosted on our website [CoreUI](http://coreui.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkrajukhunt%2Fecommerce-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkrajukhunt%2Fecommerce-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkrajukhunt%2Fecommerce-vue/lists"}