schon/storefront
2025-06-27 01:59:02 +03:00
..
assets Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
components Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
composables Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
config Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
graphql Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
i18n/locales Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
pages Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00
plugins Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00
public Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
server Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00
stores Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
types Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00
utils Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00
app.vue Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00
nuxt.config.ts Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
package-lock.json Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
package.json Features: 1) Add Source Code Pro Light font asset for theme enhancement; 2025-06-27 01:59:02 +03:00
README.md Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00
tsconfig.json Features: 1) Build standalone pages for search, contact, catalog, category, brand, product, and home with localized metadata and scoped styles; 2) Add extensive TypeScript definitions for API and app-level structures, including products, orders, brands, and categories; 3) Implement i18n configuration with dynamic browser language detection and fallback system; 2025-06-27 00:10:35 +03:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.