{"id":19392053,"url":"https://github.com/grabarzundpartner/nuxt-custom-elements-example","last_synced_at":"2025-04-24T00:31:58.274Z","repository":{"id":38236731,"uuid":"348099277","full_name":"GrabarzUndPartner/nuxt-custom-elements-example","owner":"GrabarzUndPartner","description":"Examples for Nuxt Custom-Elements.","archived":false,"fork":false,"pushed_at":"2024-04-08T13:14:28.000Z","size":12197,"stargazers_count":6,"open_issues_count":15,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-14T07:43:37.324Z","etag":null,"topics":["custom-element","nuxtjs","vue-custom-element"],"latest_commit_sha":null,"homepage":"https://nuxt-custom-elements.grabarzundpartner.dev/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrabarzUndPartner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-03-15T19:34:26.000Z","updated_at":"2023-06-30T09:52:51.000Z","dependencies_parsed_at":"2023-10-24T04:38:09.834Z","dependency_job_id":"9da8d22f-b8f7-44ac-90e7-e7391e8e594f","html_url":"https://github.com/GrabarzUndPartner/nuxt-custom-elements-example","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fnuxt-custom-elements-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fnuxt-custom-elements-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fnuxt-custom-elements-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fnuxt-custom-elements-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrabarzUndPartner","download_url":"https://codeload.github.com/GrabarzUndPartner/nuxt-custom-elements-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250539517,"owners_count":21447328,"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":["custom-element","nuxtjs","vue-custom-element"],"created_at":"2024-11-10T10:30:08.654Z","updated_at":"2025-04-24T00:31:56.780Z","avatar_url":"https://github.com/GrabarzUndPartner.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Custom-Elements Example\n\nThis is an example project for using [Nuxt Custom-Elements](https://github.com/GrabarzUndPartner/nuxt-custom-elements) with [Nuxt.js](https://nuxtjs.org) and plugins ([VueI18n](https://kazupon.github.io/vue-i18n/), [Vuetify](https://vuetifyjs.com/), ...). \n\nFor more information, see the [Usage section](https://nuxt-custom-elements.grabarzundpartner.dev/usage/) in the documentation.\n\n\n- [👁 \u0026nbsp;\u0026nbsp;**Preview**](https://grabarzundpartner.github.io/nuxt-custom-elements-example/)\n- [📖 \u0026nbsp;\u0026nbsp;**Documentation**](http://nuxt-custom-elements.grabarzundpartner.dev/)\n\n## Usage\n\nFirst of all, the repository must be cloned and install dependencies with\n\n```bash\n$ npm install\n```\n\nEach example can be started in `dev`, `server` and  `ssr`.  \nFor this the path to the example must be given as argument (e.g. `npm run dev -- examples/default`). \n\nThe path specification must be specified in `dev`, `build`, `generate` and `start`.\n\n**Available examples:**\n\n| Path                    |                                                                                                                                                       |\n| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `examples/tailwind-css` | [Preview](https://grabarzundpartner.github.io/nuxt-custom-elements-example/tailwind-css/) - [Source](https://github.com/GrabarzUndPartner/nuxt-custom-elements-example/tree/main/examples/tailwind-css)                                           |\n| `examples/vue-i18n`     | [Preview](https://grabarzundpartner.github.io/nuxt-custom-elements-example/vue-i18n/) - [Source](https://github.com/GrabarzUndPartner/nuxt-custom-elements-example/tree/main/examples/vue-i18n)                                               |\n| `examples/vue-router`   | [Preview](https://grabarzundpartner.github.io/nuxt-custom-elements-example/vue-router/) - [Source](https://github.com/GrabarzUndPartner/nuxt-custom-elements-example/tree/main/examples/vue-router)                                             |\n| `examples/vuetify`      | [Preview](https://grabarzundpartner.github.io/nuxt-custom-elements-example/vuetify/) - [Source](https://github.com/GrabarzUndPartner/nuxt-custom-elements-example/tree/main/examples#:~:text=last%20month-,vuetify,-fix(update)%3A%20update) |\n| `examples/vuex`         | [Preview](https://grabarzundpartner.github.io/nuxt-custom-elements-example/vuex/) - [Source](https://github.com/GrabarzUndPartner/nuxt-custom-elements-example/tree/main/examples/vuex)                                                   |\n| `examples/external`     | [Preview](https://grabarzundpartner.github.io/nuxt-custom-elements-example/external/) - [Source](https://github.com/GrabarzUndPartner/nuxt-custom-elements-example/tree/main/examples/external)                                               |\n\n### Development\n\n```\n$ npm run dev -- examples/default\n```\n\n### Server\n```\n$ npm run build -- examples/default \u0026\u0026 npm run start -- examples/default\n```\n### Static\n```\n$ npm run generate -- examples/default --target static \u0026\u0026 npm run start -- examples/default --target static\n```\n\nFinally, the example can be opened in the browser via [http://localhost:3000/]( http://localhost:3000/).\n\n---\n\nFor detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org) and [Nuxt Custom-Elements docs](https://github.com/GrabarzUndPartner/nuxt-custom-elements).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabarzundpartner%2Fnuxt-custom-elements-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrabarzundpartner%2Fnuxt-custom-elements-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabarzundpartner%2Fnuxt-custom-elements-example/lists"}