{"id":22486318,"url":"https://github.com/matuscongrady/friendly-vue-starter","last_synced_at":"2025-08-02T19:31:32.228Z","repository":{"id":215164848,"uuid":"98998812","full_name":"matuscongrady/friendly-vue-starter","owner":"matuscongrady","description":"Full featured Vue.js starter project for browser apps","archived":false,"fork":false,"pushed_at":"2017-12-27T11:48:08.000Z","size":261,"stargazers_count":36,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-29T03:14:53.516Z","etag":null,"topics":["apollo-client","eslint","graphql","javascript","prettier","vue","vue-router","vuex","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/matuscongrady.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-08-01T12:27:01.000Z","updated_at":"2023-08-19T18:48:00.000Z","dependencies_parsed_at":"2024-01-08T08:49:35.178Z","dependency_job_id":null,"html_url":"https://github.com/matuscongrady/friendly-vue-starter","commit_stats":null,"previous_names":["matuscongrady/friendly-vue-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matuscongrady%2Ffriendly-vue-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matuscongrady%2Ffriendly-vue-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matuscongrady%2Ffriendly-vue-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matuscongrady%2Ffriendly-vue-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matuscongrady","download_url":"https://codeload.github.com/matuscongrady/friendly-vue-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500114,"owners_count":17930001,"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":["apollo-client","eslint","graphql","javascript","prettier","vue","vue-router","vuex","webpack"],"created_at":"2024-12-06T17:14:22.123Z","updated_at":"2024-12-06T17:15:42.968Z","avatar_url":"https://github.com/matuscongrady.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## Friendly-vue-starter\n\nFull featured Vue.js starter project for browser apps.\nMain focus:\n  * Developer experience\n  * Performance\n  * Future-proofness\n\n### Features\n\n  * Vue.js 2 with single file components, Sass(Scss) and [vue-class-component](https://github.com/vuejs/vue-class-component) / [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator)\n  * GraphQL (via [apollo-client](https://github.com/apollographql/apollo-client))\n  * [Vuex](https://vuex.vuejs.org/en/getting-started.html) state management\n  * [Vue-router](https://router.vuejs.org/en/essentials/getting-started.html)\n  * [Vue-i18n](http://kazupon.github.io/vue-i18n/en/)\n  * Webpack 3\n  * Hot-module-replacement for Vue-components, Vuex store and intl-messages!\n  * Critical-path css extraction via [critical](https://github.com/addyosmani/critical)\n  * Full ES6/ES7 support and automatic polyfilling based on browsers you wish to support, via [babel-preset-env](https://github.com/babel/babel-preset-env)\n  * Eslint with [airbnb config](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb) and [Prettier](https://github.com/prettier/prettier) integration\n  * Route-based code splitting\n  * Bundle-analyzer, bundle size optimization, friendly and beautiful webpack messages, and more\n\n### Usage\n\n```\ngit clone https://github.com/mcongy/friendly-vue-starter\ncd friendly-vue-starter\nnpm install\nnpm run dev\n```\n\n```npm run dev``` to start the webpack-dev-servcer in development mode with hot-reloading\n\n```npm run build``` to build and optimize the application for production use\n\n```npm run analyze``` to build and analyze the production bundle via webpack-bundle-analyzer\n\n```npm run clean``` to remove node_modules, package.lock, yarn.lock and dist folder\n\n```npm run lint``` to run Eslint on whole project\n\n```npm run check``` to check for outdated packages\n\n```npm run serve:build``` to serve production build with spa-http-server (works with history API routing)\n\nThere's also a [husky](https://github.com/typicode/husky) pre-commit hook included, that will run ```eslint``` before commiting and possibly abort the operation if there are any errors.\nYou can also add things like flow-typechecking and unit/e2e testing here, to ensure quality of your git repository\n\n### Roadmap\n\n- [ ] Add unit-tests (propably via [vue-test-utils](https://github.com/vuejs/vue-test-utils) when it's finished)\n- [ ] Add e2e tests (probably via [testcafe](https://github.com/DevExpress/testcafe) and [testcafe-vue-selectors](https://github.com/devexpress/testcafe-vue-selectors))\n- [ ] Possibly integrate Typescript (there's an ongoing work to improve typescript experience in Vue.js)\n- [ ] Possibly integrate Flow-type (currently there a lot of small issues that make flow-type (in my opinion) not-worth to use with Vue.js, but this might change in the future)\n\n### Caveats\n* Prettier will format first line of script tags in .vue files badly. There is an ongoing work on better Vue.js integration (even for templates!)\n\n### Backend\nFriendly-vue-starter is configured to use GraphQL. You can use any GraphQL backend, your custom backend or BaaS solution like [graph.cool](https://www.graph.cool/) or [scaphold.io](https://scaphold.io/)\u003cbr /\u003e\nIf you do not want or can't use a GraphQL backend, you can simply remove apollo-client and fetch your data using any HTTP client (I recommend using [axios](https://github.com/mzabriskie/axios) or [unfetch](https://github.com/developit/unfetch) )\n\n### Contributors\n\u003cp\u003e\u003cimg src=\"https://cdn.pbrd.co/images/GBXxXB1.png\" height=\"105\" width=\"78\"\u003e\u003c/p\u003e\n\u003cp\u003eMatúš Čongrády\u003c/p\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatuscongrady%2Ffriendly-vue-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatuscongrady%2Ffriendly-vue-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatuscongrady%2Ffriendly-vue-starter/lists"}