{"id":17406174,"url":"https://github.com/isolcat/vitesse-isolcat","last_synced_at":"2025-03-27T22:46:50.486Z","repository":{"id":109935638,"uuid":"559540858","full_name":"isolcat/vitesse-isolcat","owner":"isolcat","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-30T13:20:20.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T01:11:26.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/isolcat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"antfu"}},"created_at":"2022-10-30T12:49:01.000Z","updated_at":"2023-03-07T04:10:56.000Z","dependencies_parsed_at":"2023-05-12T15:30:45.451Z","dependency_job_id":null,"html_url":"https://github.com/isolcat/vitesse-isolcat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"antfu-collective/vitesse-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fvitesse-isolcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fvitesse-isolcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fvitesse-isolcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fvitesse-isolcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isolcat","download_url":"https://codeload.github.com/isolcat/vitesse-isolcat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245937974,"owners_count":20696989,"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-16T21:05:56.349Z","updated_at":"2025-03-27T22:46:50.463Z","avatar_url":"https://github.com/isolcat.png","language":"TypeScript","funding_links":["https://github.com/sponsors/antfu"],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\n  \u003cimg src='https://user-images.githubusercontent.com/11247099/111864893-a457fd00-899e-11eb-9f05-f4b88987541d.png' alt='Vitesse - Opinionated Vite Starter Template' width='600'/\u003e\n\u003c/p\u003e\n\n\u003ch6 align='center'\u003e\n\u003ca href=\"https://vitesse-lite.netlify.app/\"\u003eLive Demo\u003c/a\u003e\n\u003c/h6\u003e\n\n\u003ch5 align='center'\u003e\n\u003cb\u003eLightweight version of \u003ca href=\"https://github.com/antfu/vitesse\"\u003eVitesse\u003c/a\u003e\u003c/b\u003e\n\u003c/h5\u003e\n\n\u003cbr\u003e\n\n\u003cp align='center'\u003e\n\u003cb\u003eEnglish\u003c/b\u003e | \u003ca href=\"https://github.com/antfu/vitesse-lite/blob/main/README.zh-CN.md\"\u003e简体中文\u003c/a\u003e\n\u003c!-- Contributors: Thanks for geting interested, however we DON'T accept new transitions to the README, thanks. --\u003e\n\u003c/p\u003e\n\n## Features\n\n- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 3](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness\n\n- 🗂 [File based routing](./src/pages)\n\n- 📦 [Components auto importing](./src/components)\n\n- 🎨 [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.\n\n- 😃 Use icons from any icon sets in [Pure CSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)\n\n- 🔥 Use the [new `\u003cscript setup\u003e` style](https://github.com/vuejs/rfcs/pull/227)\n\n- ✅ Use [Vitest](http://vitest.dev/) for unit and components testing\n\n- 🦾 TypeScript, of course\n\n- ☁️ Deploy on Netlify, zero-config\n\n\n\u003cbr\u003e\n\nSee [Vitesse](https://github.com/antfu/vitesse) for full featureset.\n\n\n## Dropped Features from [Vitesse](https://github.com/antfu/vitesse)\n\n- ~~i18n~~\n- ~~Layouts~~\n- ~~SSG~~\n- ~~PWA~~\n- ~~Markdown~~\n\n## Pre-packed\n\n### UI Frameworks\n\n- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.\n\n### Icons\n\n- [Iconify](https://iconify.design) - use icons from any icon sets [🔍Icônes](https://icones.netlify.app/)\n- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)\n\n### Plugins\n\n- [Vue Router](https://github.com/vuejs/vue-router)\n  - [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) - file system based routing\n- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing\n- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - components auto import\n- [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs\n\n## Try it now!\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-lite/generate).\n\n### Clone to local\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx degit antfu/vitesse-lite my-vitesse-app\ncd my-vitesse-app\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisolcat%2Fvitesse-isolcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisolcat%2Fvitesse-isolcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisolcat%2Fvitesse-isolcat/lists"}