initial commit

This commit is contained in:
2024-02-26 09:23:09 +08:00
commit e0c96717c7
29 changed files with 7522 additions and 0 deletions

11
nuxt.config.ts Normal file
View File

@@ -0,0 +1,11 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: [
'@nuxt/ui',
'radix-vue/nuxt'
],
colorMode: {
preference: 'dark'
}
})