https://github.com/nuxt/nuxt3-stubs
https://github.com/nuxt/nuxt3-stubs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuxt/nuxt3-stubs
- Owner: nuxt
- Created: 2021-11-03T15:24:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T01:50:04.000Z (about 4 years ago)
- Last Synced: 2025-01-29T11:11:32.911Z (12 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 `-edge` stubs
Nuxt packages are auto released after each commit and when passing tests with an `-edge` suffix in their name.
This helps to avoid polluting `@nuxt/` packages and slowing down npm registry lookup and also testing latest changes without wait for next release.
Currently since there is no stable release channel for Nuxt 3, we use edge releases.
In order to keep usage as simple as possible, package stubs in this repository re-export from latest edge release for each package.
Please check https://v3.nuxtjs.org/ and https://github.com/nuxt/framework for usage information.
## Stubbed packages
- [`nuxi`](./packages/nuxi)
- [`@nuxt/bridge`](./packages/bridge)
- [`@nuxt/kit`](./packages/kit)