prismic icon indicating copy to clipboard operation
prismic copied to clipboard

Easily connect your Nuxt.js application to your content hosted on Prismic

Results 11 prismic issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

do not track

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@prismicio/vue](https://togithub.com/prismicio/prismic-vue) | [`^2.1.0`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v1` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...

As the title says, I was wondering can we do something like this with prismic. In this [Strapi module](https://strapi.nuxtjs.org/strapi#graphqldata) they offer us a simple way to querry using graphql.

enhancement
good first issue
v3

When writing the [`linkResolver`](https://prismic.io/docs/javascript/beyond-the-api/link-resolving) function, we must provide our full understanding of our app's routing. This works fine in simple cases. However, some of us use [`nuxt-i18n`](https://i18n.nuxtjs.org/) to manage language-aware...

enhancement
good first issue
v3

### Versions - Operating System: Darwin - Node Version: v18.18.2 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...

bug
do not track

### Is your feature request related to a problem? Please describe. We currently need to start the slicemachine in another terminal. This could be a DX improvement to provide adevtool...

enhancement

Hi!, could you insert some eslint rules for the new `@nuxt/eslint` module by default? E.g. this rule was essential: ``` { files: ['slices/**/*.vue'], rules: { 'vue/multi-word-component-names': 'off' } } ```...

enhancement