{"id":19154341,"url":"https://github.com/baloise/vue-starter-kit","last_synced_at":"2025-05-07T06:30:16.904Z","repository":{"id":48678531,"uuid":"327227100","full_name":"baloise/vue-starter-kit","owner":"baloise","description":"A starter kit for building a standard navigation-style app with Vue, typescript and webpack by CoP-Web","archived":false,"fork":false,"pushed_at":"2022-06-20T11:45:51.000Z","size":6021,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-19T19:05:36.738Z","etag":null,"topics":["boilerplate","starter-kit","typescript","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/baloise.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}},"created_at":"2021-01-06T06:56:53.000Z","updated_at":"2023-05-17T07:48:29.000Z","dependencies_parsed_at":"2022-08-30T05:32:27.456Z","dependency_job_id":null,"html_url":"https://github.com/baloise/vue-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fvue-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fvue-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fvue-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fvue-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baloise","download_url":"https://codeload.github.com/baloise/vue-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252826573,"owners_count":21810134,"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":["boilerplate","starter-kit","typescript","vue"],"created_at":"2024-11-09T08:26:29.515Z","updated_at":"2025-05-07T06:30:16.887Z","avatar_url":"https://github.com/baloise.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"160\" src=\"./logo.svg\" alt=\"Vue logo\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  Baloise - Vue Starter Kit\n  \u003cbr /\u003e\n  \u003csmall\u003e(Vue 3 + Typescript + Vite)\u003c/small\u003e\n\u003c/h1\u003e\n\nThis template should help get you started developing with Vue 3 and Typescript in Vite.\n\n## Plugins\n\n- Component library: [Baloise Design System](https://design.baloise.dev/)\n- Router: [Vue Router](https://next.router.vuejs.org/)\n- State Management: [Pinia](https://pinia.vuejs.org/)\n- Form Validation: [VeeValidate](https://vee-validate.logaretm.com/v4/)\n- Internationalization: [Vue i18n](https://vue-i18n.intlify.dev/)\n- Http client: [Axios](https://www.npmjs.com/package/axios)\n- Testing: [Vitest](https://vitest.dev/)\n- E2E Testing: [Cypress](https://www.cypress.io/)\n- Linting: [ESlint](https://eslint.org/)\n- Formatting: [Prettier](https://prettier.io/)\n- Documentation: [Storybook](https://storybook.js.org/)\n\n## Recommended Utilities\n\n- JavaScript utility library: [Lodash](https://lodash.com/)\n- JavaScript date library: [date-fns](https://date-fns.org/)\n\n## Recommended IDE Setup\n\n- Install the IDE [VSCode](https://code.visualstudio.com/).\n- Install all recommended extensions.\n\n## Recommended Documentations\n\n- [Vue 3](https://v3.vuejs.org/)\n- Learing Platform: [Vue Mastery](https://www.vuemastery.com/)\n\n## Getting started\n\nTo get stared clone the vue-starter-kit repository to you machine. Then navigate into the root folder of the project and install the npm dependencies.\n\n```bash\ngit clone git@github.com:baloise/vue-starter-kit.git\ncd vue-starter-kit\nnpm install\n```\n\nAfter setting up the project we can serve our application with:\n\n```bash\nnpm run dev\n```\n\nThe development sever runs at `http://localhost:3000/`.\n\n## NPM Scripts\n\n### install\n\nInstalls all the dependencies, which are listed in the `package.json`.\n\n```bash\nnpm install\n```\n\n### serve\n\nServes the application on the development server, which runs at `http://localhost:3000/`.\n\n```bash\nnpm run dev\n```\n\n### docs\n\nStarts the local storybook server at `http://localhost:6006/`.\n\n```bash\nnpm run docs\n```\n\n### test\n\n### Unit\n\nRun unit tests with vitest.\n\n```bash\nnpm run test\n\n# or run test with a watcher and a nice ui\nnpm run test:ui\n```\n\n### End 2 End\n\nStarts the development server and runs the cypress E2E test against it.\n\n```bash\nnpm run test:e2e\n```\n\n### build\n\nBuild the application for production release. The builded application will be in the `dist` folder.\n\n```bash\nnpm run build\n```\n\n### lint\n\nLints the whole src folder. Linting is also executed before the build.\n\n```bash\nnpm run lint\n```\n\n### format\n\nWith the help of the tool prettier we format all our source files.\n\n```bash\nnpm run format\n```\n\n## License\n\nApache-2.0 Licensed | Copyright © 2021-present Gery Hirschfeld \u0026 Contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fvue-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaloise%2Fvue-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fvue-starter-kit/lists"}