{"id":26739721,"url":"https://github.com/shamscorner/vue-3-stackter","last_synced_at":"2025-04-14T15:50:27.098Z","repository":{"id":38621145,"uuid":"385113122","full_name":"shamscorner/vue-3-stackter","owner":"shamscorner","description":"A Vue3 starter project setup with Vite, Vue-meta, Router, Pinia, Eslint, Prettier, Tailwind CSS, and some custom preferences. Also, there is a TypeScript branch of this same setup.","archived":false,"fork":false,"pushed_at":"2022-12-04T17:57:18.000Z","size":168,"stargazers_count":122,"open_issues_count":1,"forks_count":30,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T04:39:18.665Z","etag":null,"topics":["pinia","tailwindcss","typescript","vite","vue-router","vue-router4","vue3"],"latest_commit_sha":null,"homepage":"","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/shamscorner.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}},"created_at":"2021-07-12T03:23:06.000Z","updated_at":"2025-01-07T09:42:31.000Z","dependencies_parsed_at":"2023-01-22T21:15:10.107Z","dependency_job_id":null,"html_url":"https://github.com/shamscorner/vue-3-stackter","commit_stats":null,"previous_names":[],"tags_count":5,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamscorner%2Fvue-3-stackter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamscorner%2Fvue-3-stackter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamscorner%2Fvue-3-stackter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamscorner%2Fvue-3-stackter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shamscorner","download_url":"https://codeload.github.com/shamscorner/vue-3-stackter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248909787,"owners_count":21181780,"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":["pinia","tailwindcss","typescript","vite","vue-router","vue-router4","vue3"],"created_at":"2025-03-28T04:39:23.255Z","updated_at":"2025-04-14T15:50:27.066Z","avatar_url":"https://github.com/shamscorner.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-3-stackter\n\n![Cover Image](https://raw.githubusercontent.com/shamscorner/images/main/vite-vue-3-tailwind.png)\n\nA Vue3 starter project setup with these following components,\n\n-   [Vite](https://vitejs.dev/)\n-   vue-meta-3.0.0-alpha.8\n-   Router\n-   [Pinia](https://pinia.vuejs.org/) (Vue 3 default)\n-   Eslint\n-   Prettier\n-   [Tailwind CSS](https://tailwindcss.com/)\n-   File based routing with [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages). (Like [Nuxt file system routing](https://nuxtjs.org/docs/2.x/features/file-system-routing))\n-   Layout system with [vite-plugin-vue-layouts](https://github.com/JohnCampionJr/vite-plugin-vue-layouts). (Like [Nuxt layouts](https://nuxtjs.org/docs/2.x/directory-structure/layouts))\n- Components auto importing with [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components)\n-   `~/` alias for `/src`. So we don't have to write something like `../../../SomeModule` to import modules.\n-   and some custom setups.\n\n[Check out Typescript version here](https://github.com/shamscorner/vitesse-stackter-clean-architect)\n\n[Check out Nuxt 3 starter template](https://github.com/shamscorner/nuxt-3-stackter)\n\n### Run this project:\n\n```\nyarn\nyarn dev\n```\n\n### Change site name\n\nIn `App.vue` change the following,\n\n```Javascript\nconst siteName = 'Vite App' // add your site name here\n```\n\n### Layouts\n\nYou can add layouts in your project if you want. You will find `default.vue` and `404.vue` layout examples in this project. For more details, check out [vite-plugin-vue-layouts](https://github.com/JohnCampionJr/vite-plugin-vue-layouts). (Like [Nuxt layouts](https://nuxtjs.org/docs/2.x/directory-structure/layouts) system).\n\n### Pages\n\nYou can add pages to your project. You will find some example pages in the `pages` directory (`index.vue`, `about/[name].vue`, and `[...all].vue`). For more details, check out [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages). (Like [Nuxt file system routing](https://nuxtjs.org/docs/2.x/features/file-system-routing)).\n\n### Meta info\n\nYou can add meta information in your pages. Here is an example,\n\n```Javascript\n\u003cscript setup\u003e\nimport { useMeta } from 'vue-meta'\n\nuseMeta({\n    title: 'Homepage',\n})\n...\n\n\u003c/script\u003e\n```\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar). Make sure to:\n- Disable [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) for the current workspace\n- Disable built in `TypeScript and JavaScript Language Features` for the current workspace to enable take-over mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshamscorner%2Fvue-3-stackter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshamscorner%2Fvue-3-stackter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshamscorner%2Fvue-3-stackter/lists"}