Inicio proyecto
parents
Showing
with
170 additions
and
0 deletions
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | |||
"name": "front_recipes", | |||
"version": "0.0.0", | |||
"private": true, | |||
"type": "module", | |||
"engines": { | |||
"node": "^20.19.0 || >=22.12.0" | |||
}, | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"bootstrap": "^5.3.7", | |||
"pinia": "^3.0.3", | |||
"vue": "^3.5.18", | |||
"vue-router": "^4.5.1" | |||
}, | |||
"devDependencies": { | |||
"@vitejs/plugin-vue": "^6.0.1", | |||
"vite": "^7.0.6", | |||
"vite-plugin-vue-devtools": "^8.0.0" | |||
} | |||
} |
public/favicon.ico
0 → 100644
No preview for this file type
src/App.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/stores/counter.js
0 → 100644
vite.config.js
0 → 100644
Please
register
or
sign in
to comment