Alexander Kim
Alexander Kim
## Current Behavior `nx serve appname` causes an error: " TS18002: The 'files' list in config file 'tsconfig.json' is empty." ## Expected Behavior no errors ## Steps to Reproduce 1....
## Description nuxt.config.ts isn't supported, seems like nuxt.config.js is hardcoded here: https://github.com/ZachJW34/nx-plus/blob/master/libs/nuxt/src/executors/browser/executor.ts ## Motivation Better TS support
@danielroe 1. I've added `.nuxtrc` with: `typescript.includeWorkspace = true`, so nuxt imports would be recognized by TS correctly. Layers starter has it by default, but "module starter" doesn't. 2. Also...
module.ts ``` installModule('nuxt-icon', { size: '24px', }) ``` But `inlineOptions` doesn't work, when i'm enabling this module inside a custom module.
E.g. i have 2 branches (in the same repo): - frontend - master Each branch has a file named index.php. Master branch has updated index.php file, but frontend has outdated...
Tried /user/config/plugins/languages.yaml, but they didn't work. How can i do that?
This plugin works with markdown, but what about Twig templates? For example, i have defined field "youtube" in a blueprints, i want to use that field's value to display a...
Добрый день, может кто-нибудь выложить примеры интеграции с Vue2?
Nuxt 3.11.2 @nuxt/image 1.6.0 usage ``` ``` has no effect, because my image is size 2000px width and 2000px height, it doesn't resize it to a 200px, 200px
[ui-kit.zip](https://github.com/vueComponent/ant-design-vue-nuxt/files/14520099/ui-kit.zip) reproducible code attached to this issue, i was using pnpm (but it doesn't matter, if it's pnpm or npm / yarn) Steps to reproduce: 1. `pnpm install` 2. `pnpm...