{"id":13824580,"url":"https://github.com/boussadjra/vueye","last_synced_at":"2025-04-12T19:14:14.084Z","repository":{"id":41109378,"uuid":"329448877","full_name":"boussadjra/vueye","owner":"boussadjra","description":"Vue 3 template  with many components based on Tailwind CSS 3 and Typescript","archived":false,"fork":false,"pushed_at":"2023-07-30T17:14:42.000Z","size":3079,"stargazers_count":108,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-12T19:14:07.725Z","etag":null,"topics":["tailwindcss","typescript","vite","vitejs","vue","vue3","vuejs","vuejs3"],"latest_commit_sha":null,"homepage":"https://vueye.vercel.app/","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/boussadjra.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":"2021-01-13T22:40:00.000Z","updated_at":"2025-02-12T14:12:21.000Z","dependencies_parsed_at":"2024-01-15T17:49:33.326Z","dependency_job_id":null,"html_url":"https://github.com/boussadjra/vueye","commit_stats":null,"previous_names":["boussadjra/vite-wind"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boussadjra%2Fvueye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boussadjra%2Fvueye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boussadjra%2Fvueye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boussadjra%2Fvueye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boussadjra","download_url":"https://codeload.github.com/boussadjra/vueye/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618281,"owners_count":21134201,"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":["tailwindcss","typescript","vite","vitejs","vue","vue3","vuejs","vuejs3"],"created_at":"2024-08-04T09:01:05.215Z","updated_at":"2025-04-12T19:14:14.058Z","avatar_url":"https://github.com/boussadjra.png","language":"Vue","funding_links":[],"categories":["Examples","Vue"],"sub_categories":[],"readme":"# Vueye : \nIs a Vue.js 3 template starter with many components styled using Tailwind CSS and built using Vitejs.\n\n## Features\n\n- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [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- 🍍 [State Management via Pinia](https://pinia.esm.dev/)\n\n- 📑 [Layout system](./src/layouts)\n\n- 📲 [PWA](https://github.com/antfu/vite-plugin-pwa)\n\n- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine\n\n- 😃 [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons)\n\n- 🌍 [I18n ready](./locales)\n\n- 🗒 [Markdown Support](https://github.com/antfu/vite-plugin-md)\n\n- 🔥 Use the [new `\u003cscript setup\u003e` syntax](https://github.com/vuejs/rfcs/pull/227)\n\n- 🤙🏻 [Reactivity Transform](https://vuejs.org/guide/extras/reactivity-transform.html) enabled\n\n- 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly\n\n- 🖨 Static-site generation (SSG) via [vite-ssg](https://github.com/antfu/vite-ssg)\n\n- 🦔 Critical CSS via [critters](https://github.com/GoogleChromeLabs/critters)\n\n- 🦾 TypeScript, of course\n\n- ⚙️ Unit Testing with [Vitest](https://github.com/vitest-dev/vitest), E2E Testing with [Cypress](https://cypress.io/) on [GitHub Actions](https://github.com/features/actions)\n\n- ☁️ Deploy on Netlify, zero-config\n\n\u003cbr\u003e\n\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  - [`vite-plugin-vue-layouts`](https://github.com/JohnCampionJr/vite-plugin-vue-layouts) - layouts for pages\n- [Pinia](https://pinia.esm.dev) - Intuitive, type safe, light and flexible Store for Vue using the composition api\n- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - components auto import\n- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing\n- [`vite-plugin-pwa`](https://github.com/antfu/vite-plugin-pwa) - PWA\n- [`vite-plugin-md`](https://github.com/antfu/vite-plugin-md) - Markdown as components / components in Markdown\n  - [`markdown-it-prism`](https://github.com/jGleitz/markdown-it-prism) - [Prism](https://prismjs.com/) for syntax highlighting\n  - [`prism-theme-vars`](https://github.com/antfu/prism-theme-vars) - customizable Prism.js theme using CSS variables\n- [Vue I18n](https://github.com/intlify/vue-i18n-next) - Internationalization\n  - [`vite-plugin-vue-i18n`](https://github.com/intlify/vite-plugin-vue-i18n) - Vite plugin for Vue I18n\n- [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs\n- [`vite-ssg-sitemap`](https://github.com/jbaubree/vite-ssg-sitemap) - Sitemap generator\n- [`@vueuse/head`](https://github.com/vueuse/head) - manipulate document head reactively\n\n\n### Coding Style\n\n- Use Composition API with [`\u003cscript setup\u003e` SFC syntax](https://github.com/vuejs/rfcs/pull/227)\n- [ESLint](https://eslint.org/) with [@antfu/eslint-config](https://github.com/antfu/eslint-config), single quotes, no semi.\n\n### Dev tools\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [Vitest](https://github.com/vitest-dev/vitest) - Unit testing powered by Vite\n- [Cypress](https://cypress.io/) - E2E testing\n- [pnpm](https://pnpm.js.org/) - fast, disk space efficient package manager\n- [`vite-ssg`](https://github.com/antfu/vite-ssg) - Static-site generation\n  - [critters](https://github.com/GoogleChromeLabs/critters) - Critical CSS\n- [Netlify](https://www.netlify.com/) - zero-config deployment\n- [VS Code Extensions](./.vscode/extensions.json)\n  - [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - Fire up Vite server automatically\n  - [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) - Vue 3 `\u003cscript setup\u003e` IDE support\n  - [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) - Icon inline display and autocomplete\n  - [i18n Ally](https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally) - All in one i18n support\n  - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n\n\n## Try it now!\n\n\u003e This template is based on [vitesse](https://github.com/antfu/vitesse) and it requires Node \u003e=14\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/boussadjra/vueye/generate).\n\n### Clone to local\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx degit boussadjra/vueye my-app\ncd my-app\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n\n\n\n## Usage\n\n### Development\n\nJust run and visit http://localhost:3333\n\n```bash\npnpm dev\n```\n\n### Build\n\nTo build the App, run\n\n```bash\npnpm build\n```\n\nAnd you will see the generated file in `dist` that ready to be served.\n\n### Deploy on Netlify\n\nGo to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along the way, and your App will be live in a minute.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboussadjra%2Fvueye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboussadjra%2Fvueye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboussadjra%2Fvueye/lists"}