{"id":23684862,"url":"https://github.com/pinegrow/pg-nuxt-vuetify","last_synced_at":"2026-02-05T06:31:55.383Z","repository":{"id":194494964,"uuid":"690648964","full_name":"Pinegrow/pg-nuxt-vuetify","owner":"Pinegrow","description":"Vue Designer Nuxt Vuetify - Quick start template","archived":false,"fork":false,"pushed_at":"2025-01-15T22:10:15.000Z","size":2009,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T05:35:09.232Z","etag":null,"topics":["nuxt","pinegrow","vue","vue-designer","vuetify"],"latest_commit_sha":null,"homepage":"https://pg-nuxt-vuetify.netlify.app/","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/Pinegrow.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-09-12T15:40:40.000Z","updated_at":"2025-01-15T22:01:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b06dd97-4295-4f11-813a-28eaf36993c6","html_url":"https://github.com/Pinegrow/pg-nuxt-vuetify","commit_stats":null,"previous_names":["pinegrow/pg-nuxt-vuetify"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Pinegrow/pg-nuxt-vuetify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinegrow%2Fpg-nuxt-vuetify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinegrow%2Fpg-nuxt-vuetify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinegrow%2Fpg-nuxt-vuetify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinegrow%2Fpg-nuxt-vuetify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pinegrow","download_url":"https://codeload.github.com/Pinegrow/pg-nuxt-vuetify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinegrow%2Fpg-nuxt-vuetify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nuxt","pinegrow","vue","vue-designer","vuetify"],"created_at":"2024-12-29T20:48:50.464Z","updated_at":"2026-02-05T06:31:55.368Z","avatar_url":"https://github.com/Pinegrow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Designer Nuxt Vuetify - Quick start template\n\nThis is a starter template that pre-includes the [Pinegrow Nuxt Module](https://www.npmjs.com/package/@pinegrow/nuxt-module), [Vuetify](https://vuetifyjs.com/en/introduction/why-vuetify/), [Pinegrow Vuetify Plugin](https://www.npmjs.com/package/@pinegrow/vuetify-plugin) and other goodies for Vue Designer.\n\nDemo - https://pg-nuxt-vuetify.netlify.app/\n\n## Vue Designer\n\nA desktop visual editor for Vue apps supporting Mac, Windows, and Linux by [Pinegrow](https://pinegrow.com/). Take it for a free trial at [Vue Designer](https://vuedesigner.com)!\n\nIt lets you visually design 🎨 your Vue single file components and boosts your productivity and creativity while building your component-based Vue apps.\n\nIt smartly integrates with your ⚡️ [Vite](https://vitejs.dev/) based CLI and provides an amazing developer experience with its powerful visual controls and features.\n\nClean code 😃, No lock-in - You are in control of your projects and development workflow ❤️\n\n## Try it now!\n\n### 1. Clone to local\n\n[Create a repo from this template on GitHub](https://github.com/pinegrow/pg-nuxt-vuetify/generate).\n\n(or)\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx giget@latest gh:pinegrow/pg-nuxt-vuetify my-nuxt-vuetify-app #project-name\ncd my-nuxt-vuetify-app\nnpm install #or use pnpm\n```\n\n(or)\n\nIf you prefer a minimal template (a single empty home page) instead,\n\n```bash\nnpx giget@latest gh:pinegrow/pg-nuxt-vuetify#minimal my-nuxt-vuetify-app #project-name\ncd my-nuxt-vuetify-app\nnpm install #or use pnpm\n```\n\n## 2. Open in Vue Designer\n\nOpen your project in Vue Designer and follow the instructions displayed in the Config Panel (that should pop out automatically). Config Panel ⚙️ displays the key packages and the various links to their individual ecosystems and communities.\n\n## Usage\n\n### Start your development server\n\n```bash\nnpm run dev\n```\n\n### Build\n\n```bash\nnpm run build # SPA SSR,\nnpm run generate # SPA SSG (full-static)\n```\n\n### Analyze\n\n```bash\nnpm run analyze # bundle sizes\n```\n\n### Preview\n\n```bash\nnpm run now # build \u0026 preview\n```\n\n### Lighthouse\n\n```bash\nnpm run unlighthouse # Uses npx unlighthouse from https://unlighthouse.dev/ to run lighthouse on entire site (all pages)\n```\n\n### Deploy to Netlify\n\nYou can deploy this repo as a site on your own to explore and experiment with, by clicking this button.\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Pinegrow/pg-nuxt-vuetify)\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\n## Pre-packed\n\n### Meta Framework (Vue-based)\n\n- [Nuxt](https://nuxt.com/) - The Intuitive Vue Framework\n  - 👉 Follow the Nuxt docs for the amazing list of [features](https://nuxt.com/docs/getting-started/introduction).\n  - 🚦 [Nuxt-Router](https://nuxt.com/docs/getting-started/routing), based on the official [Vue-Router](https://vuejs.org/guide/introduction.html) and enables file-based routing.\n  - SSR friendly `useState` composable to share state across components.\n\n### UI Frameworks\n\n- [Vuetify](https://vuetifyjs.com/en/introduction/why-vuetify/) - Hundreds of beautifully handcrafted Vue components, easily customizable with a powerful set of utilities, composables and directives.\n\n- [Nuxt Vuetify Module](https://nuxt.vuetifyjs.com/) - This zero-config Nuxt module helps you set up Vuetify in your Nuxt application in seconds. Provides an amazing abstraction over the necessary setup enabling automatic tree-shaking, ability to use Pure CSS icons (UnoCSS Preset icons), supports Nuxt layers and hooks, and more...\n  - 👉 provides a new icon-set for Vuetify called `unocss-mdi`. In order to use all iconsets in Vue Designer's icon-picker, follow the instructions displayed in Vue Designer's Config Panel under the **Icon Picker** tab. Also refer to the nuxt module's official documentation [here](https://nuxt.vuetifyjs.com/guide/icons/unocss-preset-icons.html).\n\n### Icons\n\n- [UnoCSS Preset Icons](https://github.com/unocss/unocss/tree/main/packages/preset-icons/) - use over 100,000 open-source [Iconify](https://iconify.design/) icons. Uses the **unocss** format for icon names, for example, `i-mdi-home`.\n\n### Modules/Plugins\n\n- [Pinegrow Nuxt Module](https://www.npmjs.com/package/@pinegrow/nuxt-module) - enables you to live-design your Vue single-file components visually in Vue Designer.\n- [Pinegrow Vuetify Plugin](https://www.npmjs.com/package/@pinegrow/vuetify-plugin) - via Design Panel, enables theme customization (optional) and visual controls for Vuetify utilities. Note: This is an addon that's licensed separately to Pinegrow apps (like Vue Designer).\n- [VueUse](https://vueuse.org/) - collection of essential Vue composition utilities.\n- 🍍 [Pinia](https://pinia.vuejs.org/ssr/nuxt.html) stores for global state management via the `@pinia/nuxt module`. Its light-weight, type-safe, extensible, modular with vue-devtools support.\n- [VeeValidate](https://vee-validate.logaretm.com/v4/integrations/nuxt/) takes care of value tracking, validation, errors, submissions and more.\n- [Nuxt Image](https://image.nuxt.com/) - Plug-and-play image optimization for Nuxt apps.\n- [Nuxt SEO](https://nuxtseo.com/) - Amazing collection of hand-crafted Nuxt Modules for all SEO needs with a unified site config. Includes `nuxt-site-config`, `nuxt-simple-robots`, `nuxt-simple-sitemap`, `nuxt-og-image`, `nuxt-link-checker`, `nuxt-seo-utils`, `nuxt-schema-org`.\n  - OG images and nuxtseo features can be previewed with nuxt-devtools during development. OG images can also be viewed using URL in this form - `/__og-image__/image/\u003cpath\u003e/og.\u003cextension\u003e`\n\n### Devtools\n\n- [Nuxt Devtools](https://devtools.nuxtjs.org) - Enhance your DX (developer experience) with an amazing set of in-app features.\n- [Vue Devtools](https://devtools.vuejs.org/guide/installation.html#standalone) - Official devtools that can be used as a standalone app alongside Vue Designer. It's configured as a Nuxt plugin (only during development).\n  - **ACTION REQUIRED**: Currently deactivated. In `plugins/devtools.client.ts`, uncomment to activate.\n\n### VS Code Extensions\n\n- [VS Code Extensions](./.vscode/extensions.json \u0026 ./.vscode/settings.json)\n  - [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) - Vue 3 `\u003cscript setup\u003e` IDE support\n  - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n  - [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n\n### Coding Style\n\n- Use Composition API with [`\u003cscript setup\u003e` SFC syntax](https://vuejs.org/guide/scaling-up/sfc.html)\n- [ESLint](https://eslint.org) with [@nuxt/eslint](https://eslint.nuxt.com/packages/module) Nuxt ESLint module that adopts ESLint 9 with a new flat config.\n- [Prettier](https://prettier.io) with [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) - format without conflicting with eslint rules.\n\n### Typescript\n\nThis project allows JS, and strict mode is turned off. Update `tsconfig.ts` as required.\n\n```json\n{\n  // https://nuxt.com/docs/guide/concepts/typescript\n  \"extends\": \"./.nuxt/tsconfig.json\",\n  \"compilerOptions\": {\n    \"allowJs\": true,\n    \"strict\": false\n  }\n}\n```\n\n## Community\n\n- [Vue Designer Community](https://discord.gg/BYp45Nnu5T)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinegrow%2Fpg-nuxt-vuetify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinegrow%2Fpg-nuxt-vuetify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinegrow%2Fpg-nuxt-vuetify/lists"}