Files
Snigdha-OS.github.io/utils
Eshan Roy (Eshanized) 74996af65d 🛠️ build(nuxt): shift astro to nuxt
2024-06-16 23:40:11 +05:30
..
2024-06-16 23:40:11 +05:30
2024-06-16 23:40:11 +05:30

utils/ Directory

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. You can see examples and more information about how they work in that section of the docs.