🛠️ build(nuxt): shift astro to nuxt

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-16 23:40:11 +05:30
parent e99a93a5b6
commit 74996af65d
110 changed files with 9442 additions and 0 deletions

5
utils/README.md Normal file
View File

@@ -0,0 +1,5 @@
# `utils/` [Directory](https://nuxt.com/docs/guide/directory-structure/utils)
Nuxt 3 uses the `utils/` directory to automatically import helper functions and other utilities throughout your application using auto-imports!
>> The main purpose of the `utils/` directory is to allow a semantic distinction between your Vue composables and other auto-imported utility functions.The way utils/ auto-imports work and are scanned is identical to the [composables/ directory](https://nuxt.com/docs/guide/directory-structure/composables). You can see examples and more information about how they work in that section of the docs.