chore: scaffold Nuxt 3 app with Pinia, Nuxt UI, color mode, TS, testing deps
This commit is contained in:
commit
40c249264c
9 changed files with 15872 additions and 0 deletions
5
nuxt.config.ts
Normal file
5
nuxt.config.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true }
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue