PlayTexX
PlayTexX
NNuxt
Created by PlayTexX on 9/11/2024 in #❓・help
Page not found : /false on npm run generate
2 replies
NNuxt
Created by PlayTexX on 2/24/2024 in #❓・help
Import script in a page
Hmm... I made something like this, but how to handle multiple dropdowns :/
4 replies
NNuxt
Created by Rager on 2/23/2024 in #❓・help
nuxt fatal error on npm run dev
How you launch it and which version do you use ?
14 replies
NNuxt
Created by PlayTexX on 2/23/2024 in #❓・help
Error 500 on fetch user, but API returns me data
Okay, I added NODE_TLS_REJECT_UNAUTHORIZED=0 in .env and now it works
2 replies
NNuxt
Created by PlayTexX on 2/19/2024 in #❓・help
Tailwind Jetbrains Intellisense
Invalidate cache etc. And same
8 replies
NNuxt
Created by PlayTexX on 2/19/2024 in #❓・help
Tailwind Jetbrains Intellisense
Yes
8 replies
NNuxt
Created by PlayTexX on 2/19/2024 in #❓・help
Tailwind Jetbrains Intellisense
Here is tailwindcss plugin configuration
{
"includeLanguages": {
"ftl": "html",
"jinja": "html",
"jinja2": "html",
"smarty": "html",
"tmpl": "gohtml",
"cshtml": "html",
"vbhtml": "html",
"razor": "html"
},
"files": {
"exclude": [
"**/.git/**",
"**/node_modules/**",
"**/.hg/**",
"**/.svn/**"
]
},
"emmetCompletions": false,
"classAttributes": ["class", "className", "ngClass"],
"colorDecorators": false,
"showPixelEquivalents": true,
"rootFontSize": 16,
"hovers": true,
"suggestions": true,
"codeActions": true,
"validate": true,
"lint": {
"invalidScreen": "error",
"invalidVariant": "error",
"invalidTailwindDirective": "error",
"invalidApply": "error",
"invalidConfigPath": "error",
"cssConflict": "warning",
"recommendedVariantOrder": "warning"
},
"experimental": {
"configFile": null,
"classRegex": []
}
}
{
"includeLanguages": {
"ftl": "html",
"jinja": "html",
"jinja2": "html",
"smarty": "html",
"tmpl": "gohtml",
"cshtml": "html",
"vbhtml": "html",
"razor": "html"
},
"files": {
"exclude": [
"**/.git/**",
"**/node_modules/**",
"**/.hg/**",
"**/.svn/**"
]
},
"emmetCompletions": false,
"classAttributes": ["class", "className", "ngClass"],
"colorDecorators": false,
"showPixelEquivalents": true,
"rootFontSize": 16,
"hovers": true,
"suggestions": true,
"codeActions": true,
"validate": true,
"lint": {
"invalidScreen": "error",
"invalidVariant": "error",
"invalidTailwindDirective": "error",
"invalidApply": "error",
"invalidConfigPath": "error",
"cssConflict": "warning",
"recommendedVariantOrder": "warning"
},
"experimental": {
"configFile": null,
"classRegex": []
}
}
8 replies
NNuxt
Created by PlayTexX on 2/19/2024 in #❓・help
Tailwind Jetbrains Intellisense
TailwindCss and Nuxtjs plugins are installed
8 replies