schon/storefront
Alexandr SaVBaD Waltz 7d154f9302 Features: 1) Simplify layout hydration using client:only="vue" for Vue components;
Fixes: None;

Extra: 1) Remove unused composables and their function calls to streamline default layout; 2) Minor cleanup including unnecessary newline removal in plugins entry file;
2025-06-02 13:08:27 +03:00
..
public Features: 1) Add package-lock.json for dependency management with initial packages including Astro and Vue; 2025-05-31 18:17:58 +03:00
src Features: 1) Simplify layout hydration using client:only="vue" for Vue components; 2025-06-02 13:08:27 +03:00
.gitignore Features: 1) Add package-lock.json for dependency management with initial packages including Astro and Vue; 2025-05-31 18:17:58 +03:00
astro.config.mjs Features: 1) Add Pinia stores for language, company, and cart management; 2) Implement new i18n plugin with dynamic locale detection and improved setup; 3) Enhance routing logic with locale-aware redirects; 2025-06-01 16:52:36 +03:00
eslint.config.mjs Features: 1) Add astro-eslint-parser as a new devDependency; 2025-06-01 18:25:27 +03:00
package-lock.json Features: 1) Add astro-eslint-parser as a new devDependency; 2025-06-01 18:25:27 +03:00
package.json Features: 1) Add astro-eslint-parser as a new devDependency; 2025-06-01 18:25:27 +03:00