{"id":18631208,"url":"https://github.com/recallwei/vue-ts-starter-template","last_synced_at":"2026-05-05T18:39:49.079Z","repository":{"id":190696102,"uuid":"683175900","full_name":"recallwei/vue-ts-starter-template","owner":"recallwei","description":"🍀 An opinionated Vue 3/TypeScript starter template.","archived":false,"fork":false,"pushed_at":"2023-11-03T17:24:50.000Z","size":595,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-24T20:42:21.995Z","etag":null,"topics":["opinionated","tailwindcss","template","typescript","vite","vue3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/recallwei.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-25T19:22:02.000Z","updated_at":"2023-12-20T12:16:49.000Z","dependencies_parsed_at":"2025-07-29T21:02:10.970Z","dependency_job_id":null,"html_url":"https://github.com/recallwei/vue-ts-starter-template","commit_stats":null,"previous_names":["recallwei/vue-ts-starter-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/recallwei/vue-ts-starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fvue-ts-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fvue-ts-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fvue-ts-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fvue-ts-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recallwei","download_url":"https://codeload.github.com/recallwei/vue-ts-starter-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fvue-ts-starter-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267757396,"owners_count":24139691,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["opinionated","tailwindcss","template","typescript","vite","vue3"],"created_at":"2024-11-07T05:06:06.000Z","updated_at":"2025-10-10T14:34:25.058Z","avatar_url":"https://github.com/recallwei.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Starter Template\n\nEnglish / [简体中文](./README.zh-CN.md)\n\n🍀 An opinionated Vue 3/TypeScript starter template.\n\n## Features\n\n- [x] Based on [Vue 3](https://vuejs.org/), [Vite](https://vitejs.dev/), [pnpm](https://pnpm.io/)\n- [x] [TypeScript](https://www.typescriptlang.org/), of course\n- [x] [Naive UI](https://www.naiveui.com/) as UI framework\n- [x] [Tailwind CSS](https://tailwindcss.com/) for rapid development based on atomic CSS\n- [x] [Sass](https://sass-lang.com/) for CSS pre-processing\n- [x] [Vue Router](https://router.vuejs.org/) for routing management\n- [x] [Pinia](https://pinia.esm.dev/) for global state management\n- [x] [Axios](https://axios-http.com/) for request management\n- [x] [iconify/json] and [unplugin-icons] for icon management, can use icones quickly\n- [x] [unplugin-auto-import] and [unplugin-vue-components] for automatic import, free your hands\n- [x] [ESLint](https://eslint.org/) for code checking\n- [x] [Prettier](https://prettier.io/) for code formatting\n- [x] [cspell] for code spell checking\n- [x] [Husky](https://typicode.github.io/husky/#/) and [lint-staged] and [commitlint] for Git commit management\n- [ ] [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) for containerization\n- [x] Use `@/*` as absolute path\n- [x] Deploy on Vercel, zero config\n\n## Tech Stack\n\n- [Vue 3](https://vuejs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Vite](https://vitejs.dev/)\n- [Naive UI](https://www.naiveui.com/)\n- [Sass](https://sass-lang.com/)\n\n## Code Style\n\n- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)\n\n## Getting Started\n\n### GitHub Template\n\n\u003e Vue Starter Template requires Node version \u003e=14.16.0\n\n[Create a repo using this template](https://github.com/recallwei/vue-starter-template/generate).\n\n### Clone to local\n\nIf you prefer to do it manually with a cleaner Git history then follow these steps:\n\n```bash\nnpx degit recallwei/vue-starter-template my-app\ncd my-app\npnpm i\n```\n\n## Checklist\n\nWhen using this template, try to update your own information correctly according to the checklist:\n\n- [ ] Clean up `README.md`\n- [ ] Change author name in `LICENSE`\n- [ ] Change project name, description, author, etc. in `package.json`\n- [ ] Modify environment variables in `.env` and delete the file `.env.example` which is an example of environment variables\n- [ ] Modify the site meta data in `index.html`\n- [ ] Change `favicon.ico` in the `/public` directory\n- [ ] Change the interface proxy in `vite.config.ts`\n- [ ] Change the site meta data in `src/app.config.ts`\n- [ ] Delete the example API in the `src/api` directory\n- [ ] Delete the example images in the `src/assets/images` directory\n- [ ] Delete the example route in the `src/router` directory\n- [ ] Delete the example view in the `src/views` directory\n- [ ] Delete the example store in the `src/store` directory\n\n## Notice\n\n- xxx\n\n## Usage\n\n### Environment\n\n- Node.js \u003e=16.14.0\n- pnpm\n\n### Config Environment Variables\n\nConfig `.env` file, refer to [.env.example](./.env.example).\n\n### Install\n\n```bash\npnpm i\n```\n\n### Start\n\n```bash\npnpm dev\n```\n\n### Build\n\n```bash\npnpm build\n```\n\n## Known Issue\n\n- [ ] xxx\n\n## License\n\n[MIT](/LICENSE) License \u0026copy; 2023 [Bruce Song](https://github.com/recallwei)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecallwei%2Fvue-ts-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecallwei%2Fvue-ts-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecallwei%2Fvue-ts-starter-template/lists"}