{"id":15659731,"url":"https://github.com/danielroe/nuxt-vue3-module","last_synced_at":"2025-03-29T08:31:34.299Z","repository":{"id":45860773,"uuid":"375050948","full_name":"danielroe/nuxt-vue3-module","owner":"danielroe","description":null,"archived":true,"fork":false,"pushed_at":"2024-12-13T23:22:32.000Z","size":1025,"stargazers_count":21,"open_issues_count":13,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T10:49:19.905Z","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/danielroe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":["danielroe"]}},"created_at":"2021-06-08T15:04:07.000Z","updated_at":"2024-12-15T14:45:30.000Z","dependencies_parsed_at":"2023-10-01T19:14:47.303Z","dependency_job_id":"37970c4f-9c19-45f5-bf24-78b179d549c2","html_url":"https://github.com/danielroe/nuxt-vue3-module","commit_stats":{"total_commits":100,"total_committers":3,"mean_commits":"33.333333333333336","dds":0.37,"last_synced_commit":"73c301ed9c2b45cf320f4c739fe0137cf71fb280"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-vue3-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-vue3-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-vue3-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-vue3-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielroe","download_url":"https://codeload.github.com/danielroe/nuxt-vue3-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162076,"owners_count":20733348,"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-03T13:18:29.567Z","updated_at":"2025-03-29T08:31:33.867Z","avatar_url":"https://github.com/danielroe.png","language":"TypeScript","funding_links":["https://github.com/sponsors/danielroe"],"categories":["TypeScript"],"sub_categories":[],"readme":"# nuxt-vue3\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n\n\u003e Enable Vue 3 (compat) mode in your Nuxt project\n\n**This module enables Vue 3 compatibility mode in your Nuxt 2 project. It is _unofficial_ and purely for exploring the Vue 3 API. Take a look at [the instructions here](https://github.com/vuejs/vue-next/blob/master/packages/vue-compat/README.md) for more information on how to use the compatibility build.**\n\n## Features\n\n- [x] Client-side webpack support\n- [x] Nuxt features: `asyncData`, `validate`, layouts, middleware, plugins, etc.\n- [x] Vue 3 features: `script setup`, `composables`\n- [ ] Client-side vite support\n- [ ] Server-side support\n\n## Known limitations and workarounds\n\n- You will need to use `\u003cRouterLink\u003e` instead of `\u003cNuxtLink\u003e`\n\n**Note**: This library overrides your `client.js` template from `@nuxt/vue-app`\n\n## Not (yet) supported\n\n- new-style `fetch()`\n- `\u003cRouterLink\u003e` in the same component as `script setup`\n- Vue 2 Composition API (either `@vue/composition-api` or `@nuxtjs/composition-api`)\n\n## Quick setup\n\n1. Add `nuxt-vue3` dependency to your project\n\n```bash\nyarn add nuxt-vue3 # or npm install nuxt-vue3\n```\n\n2. Add `nuxt-vue3` to the `buildModules` section of `nuxt.config.js`\n\n```js\n{\n  buildModules: [\n    'nuxt-vue3',\n  ]\n}\n```\n\n3. Run `nuxt`!\n   \n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install`\n3. Start development server using `yarn dev`\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/nuxt-vue3/latest.svg\n[npm-version-href]: https://npmjs.com/package/nuxt-vue3\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-vue3.svg\n[npm-downloads-href]: https://npmjs.com/package/nuxt-vue3\n\n[github-actions-ci-src]: https://github.com/danielroe/nuxt-vue3-module/workflows/ci/badge.svg\n[github-actions-ci-href]: https://github.com/danielroe/nuxt-vue3-module/actions?query=workflow%3Aci\n\n[codecov-src]: https://img.shields.io/codecov/c/github/danielroe/nuxt-vue3-module.svg\n[codecov-href]: https://codecov.io/gh/danielroe/nuxt-vue3-module\n\n[license-src]: https://img.shields.io/npm/l/nuxt-vue3.svg\n[license-href]: https://npmjs.com/package/nuxt-vue3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Fnuxt-vue3-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielroe%2Fnuxt-vue3-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Fnuxt-vue3-module/lists"}