GlitchDev
GlitchDev
NNuxt
Created by Ahmad .W Nabhan on 12/5/2024 in #❓・help
Location of data
I'd say in the ~/assets directory.
6 replies
NNuxt
Created by GlitchDev on 2/29/2024 in #❓・help
I am trying to use the new nuxt fonts module for my font
Whoa thanks for that fix, I love this community & Framework ❤️
10 replies
NNuxt
Created by GlitchDev on 2/29/2024 in #❓・help
I am trying to use the new nuxt fonts module for my font
And my package.json:
{
"name": "sapphire-games",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/fonts": "^0.0.2",
"nuxt": "^3.8.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/image": "^1.3.0"
}
}
{
"name": "sapphire-games",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/fonts": "^0.0.2",
"nuxt": "^3.8.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/image": "^1.3.0"
}
}
10 replies
NNuxt
Created by GlitchDev on 2/29/2024 in #❓・help
I am trying to use the new nuxt fonts module for my font
No description
10 replies
NNuxt
Created by GlitchDev on 2/29/2024 in #❓・help
I am trying to use the new nuxt fonts module for my font
Perfect thank you! Looking forward to the fix/ update 😄
10 replies