{"id":16227824,"url":"https://github.com/akryum/meteor-vuex-example","last_synced_at":"2025-03-19T13:31:12.133Z","repository":{"id":66017353,"uuid":"62337609","full_name":"Akryum/meteor-vuex-example","owner":"Akryum","description":"Simple meteor app with vuex","archived":false,"fork":false,"pushed_at":"2016-07-06T08:26:54.000Z","size":23,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T18:56:54.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Akryum.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":"2016-06-30T19:38:29.000Z","updated_at":"2019-11-11T23:36:23.000Z","dependencies_parsed_at":"2023-03-10T23:28:34.944Z","dependency_job_id":null,"html_url":"https://github.com/Akryum/meteor-vuex-example","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/Akryum%2Fmeteor-vuex-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fmeteor-vuex-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fmeteor-vuex-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fmeteor-vuex-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akryum","download_url":"https://codeload.github.com/Akryum/meteor-vuex-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989726,"owners_count":20379648,"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":[],"created_at":"2024-10-10T12:53:56.656Z","updated_at":"2025-03-19T13:31:12.127Z","avatar_url":"https://github.com/Akryum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple meteor app with vuex\n\nA simple meteor project featuring [vue](https://vuejs.org/) as ui layer ([more info](https://github.com/Akryum/meteor-vue-component)), with [state management](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vuex).\n\n## Steps to reproduce\n\nIn the console, create the project and add the relevant packages:\n\n    meteor create meteor-vuex-example\n    cd ./meteor-vuex-example\n    meteor remove blaze-html-templates autopublish insecure\n    meteor add static-html check akryum:vue akryum:vue-component akryum:vuex akryum:vue-less\n    meteor\n\nAll the required npm dependencies will be automatically added to your project's `package.json` and installed with `meteor npm install`.\n\nReplace the `client/main.html` file with:\n\n```html\n\u003chead\u003e\n  \u003ctitle\u003emeteor-vuex-example\u003c/title\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n  \u003capp\u003e\u003c/app\u003e\n\u003c/body\u003e\n```\n\nReplace the `client/main.js` file with:\n\n```javascript\n// Libs\nimport {Meteor} from 'meteor/meteor';\nimport {Vue} from 'meteor/akryum:vue';\n\n// Main app\nimport App from '/imports/ui/App.vue';\n\nMeteor.startup(() =\u003e {\n  new Vue({\n    el: 'body',\n    replace: false,\n    components: {\n      App\n    }\n  });\n});\n```\n\nCreate store modules and add components with `vuex` options ([more info](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vuex#usage)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakryum%2Fmeteor-vuex-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakryum%2Fmeteor-vuex-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakryum%2Fmeteor-vuex-example/lists"}