Kevin Marrec
Kevin Marrec
### The feature Having a shortcut to docs, referring to the selected component page. ### Why ? It could be helpful. I often use Quasar Play to know which Component...
### Version [v2.3.4](https://github.com/nuxt.js/releases/tag/v2.3.4) ### Reproduction link [https://github.com/kevinmarrec/nuxt-build-compile-hook-issue](https://github.com/kevinmarrec/nuxt-build-compile-hook-issue) ### Steps to reproduce Clone the reproduction link repository Install deps : `yarn` or `npm install` Run in dev mode : `yarn dev`...
I'm planning to have standalone documentation website as an update of https://pwa.nuxtjs.org. It will use [Docus](https://docus.dev/) based on [@nuxt/content](https://content.nuxtjs.org/)
Hi, I'm trying to do 2 things which I'm not sure if it's already implemented :) : - If we need to find a product by name/term, is there a...
- Add `types` folder to `files` in `package.json`, so they are effectively shipped in npm package - Correctly export them through `exports` in `package.json` # Before  # After 
### Description https://github.com/antfu/eslint-config/blob/8f36c5bab73ddb855db8f4a1cd96246817f6aa26/src/configs/typescript.ts#L140 `ts/prefer-ts-expect-error` rule is enabled and enforce usage of `@ts-expect-error` https://github.com/antfu/eslint-config/blob/8f36c5bab73ddb855db8f4a1cd96246817f6aa26/src/configs/typescript.ts#L122 Therefore `ts/ban-ts-comment` rule should allow description for `ts-expect-error` and not `ts-ignore` to be consistent
# Context To optimize production builds, `@vitejs/plugin-vue` provides an option to drop **Options API**: https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/src/index.ts#L126 `features.optionsApi` > Set to `false` to disable Options API support and allow related code in...