{"id":13399790,"url":"https://github.com/sfxcode/vite-primevue-starter","last_synced_at":"2025-04-05T00:05:51.351Z","repository":{"id":37453451,"uuid":"396444309","full_name":"sfxcode/vite-primevue-starter","owner":"sfxcode","description":"VUE 3 Starter project for using primevue 4.x with Vite 6 - Pages, Layouts, Validation","archived":false,"fork":false,"pushed_at":"2025-02-23T15:27:31.000Z","size":4519,"stargazers_count":143,"open_issues_count":0,"forks_count":35,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T23:04:00.243Z","etag":null,"topics":["cypress","formkit","pinia","pnpm","primevue","starter","starter-project","unocss","validation","vite","vitesse","vitest","vue3","vuejs","vuelidate"],"latest_commit_sha":null,"homepage":"https://vite-primevue-starter.netlify.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/sfxcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2021-08-15T18:06:22.000Z","updated_at":"2025-03-20T21:32:43.000Z","dependencies_parsed_at":"2023-09-24T09:14:45.398Z","dependency_job_id":"bcbef570-d9d0-4310-9546-0e9f1540493a","html_url":"https://github.com/sfxcode/vite-primevue-starter","commit_stats":{"total_commits":213,"total_committers":3,"mean_commits":71.0,"dds":0.009389671361502372,"last_synced_commit":"d7aaeda2a68360872aea83975a2bb11ae38bbac9"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfxcode%2Fvite-primevue-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfxcode%2Fvite-primevue-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfxcode%2Fvite-primevue-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfxcode%2Fvite-primevue-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfxcode","download_url":"https://codeload.github.com/sfxcode/vite-primevue-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266562,"owners_count":20910836,"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":["cypress","formkit","pinia","pnpm","primevue","starter","starter-project","unocss","validation","vite","vitesse","vitest","vue3","vuejs","vuelidate"],"created_at":"2024-07-30T19:00:42.923Z","updated_at":"2025-04-05T00:05:51.328Z","avatar_url":"https://github.com/sfxcode.png","language":"Vue","funding_links":[],"categories":["CSS","Vue"],"sub_categories":[],"readme":"# Vite Typescript + PrimeVue Starter\n\nBuild your VUE.js App with the latest and fastest VITE Plugins (nuxt.js like).\nFirst Class PrimeVUE support.\n\n![vite-prime-vue-starter](vite-prime-vue-starter.png)\n\n[![CI](https://github.com/sfxcode/vite-primevue-starter/actions/workflows/main.yml/badge.svg)](https://github.com/sfxcode/vite-primevue-starter/actions/workflows/main.yml)\n\nTHX to [antfu / Vitesse](https://github.com/antfu/vitesse) for starter code\n\n## Features\n \n- Vue 3.4 \n- Vite 6\n- Vitest (Testing Framework)\n- Composition API\n- Script Setup\n- Routing VitePages / ViteLayout\n- Pina as Store / CachedPiniaStore for effective data caching\n- PrimeVue with Aura Theme\n- Validation, PrimeVue Form elements by [formkit-primevue](https://github.com/sfxcode/formkit-primevue)\n- Markdown Support (VitePages)\n- TypeScript 5\n- UnoCSS\n- SSG Support\n- Eslint\n\n### Modules\n- i18n\n- nprogress\n- pinia\n- primevue\n\n## Variations\n\n### nuxt3-primevue-starter\n\nNuxt3 Primevue Starter Template\n\n[Github Repository](https://github.com/sfxcode/nuxt3-primevue-starter)\n\n[App on Netlify](https://nuxt3-primevue-starter.netlify.app/)\n\n- [Nuxt 3](https://nuxt.com) - SSR, ESR, File-based routing, components auto importing, modules, etc.\n- Vite - Instant HMR\n- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.\n- Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)\n- [State Management via Pinia](https://pinia.esm.dev)\n- PrimeVue 4.2.x\n- Logging\n\n### vite-primevue-starter-lite\n\n[Github Repository](https://github.com/sfxcode/vite-primevue-starter-lite)\n\n[App on Netlify](https://vite-primevue-starter-lite.netlify.app/)\n\n## Project setup and usage\n\nInstall node:\n\n**Latest node LTS version required (18)**\nUse node manager like **nvm** to install.\n\nInstall pnpm:\n[https://pnpm.io/installation](https://pnpm.io/installation)\n\nInstall dependencies:\n\n```\npnpm install\n```\n\nRun development server:\n\n```\npnpm dev\n```\n\nComponent test runner:\n\n```\npnpm test:unit\n```\n\nBuild and preview built site locally:\n\n```\npnpm preview\n```\n\nBuild:\n\n```\npnpm build\n```\n\n## Tools\n\nI use IntelliJ with VUE.js plugin.\n\n## Supporters\n\nJetBrains is supporting this open source project with:\n\n[![Intellij IDEA](http://www.jetbrains.com/img/logos/logo_intellij_idea.png)](http://www.jetbrains.com/idea/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfxcode%2Fvite-primevue-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfxcode%2Fvite-primevue-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfxcode%2Fvite-primevue-starter/lists"}