Initial Nuxt data explorer setup

This commit is contained in:
2025-09-29 14:10:11 -06:00
commit 47f4a20bd3
35 changed files with 13509 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "analitica-nucleo",
"private": true,
"version": "0.1.0",
"workspaces": ["nuxt4-app"],
"scripts": {
"dev": "npm run dev --prefix nuxt4-app"
}
}