# shop **Repository Path**: lostTime/shop ## Basic Information - **Project Name**: shop - **Description**: 商城,小米国际版风格 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-19 - **Last Updated**: 2026-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup 第一步 确保安装最新依赖 Make sure to install the dependencies: ```bash # pnpm pnpm install ``` ## 开发服务器 Development Server Start the development server on `http://localhost:3000`: ```bash # pnpm pnpm run dev ``` ## 生产环境构建 Production 构建生产版本命令 Build the application for production: ```bash # pnpm pnpm run build 若出现内存不足 npm install -g increase-memory-limit increase-memory-limit ``` 本地预览构建 Locally preview production build: ```bash # pnpm pnpm run preview ``` ### nuxt 配置seo信息 useHead({ title: `${info.value?.name} ${$t('appTitle')}`, meta: [ { name: 'keywords', content: info.value?.introduction }, ], }) 1. 标题标签(Title Tag) 2. 描述标签(Meta Description) 3. 关键词标签(Meta Keywords) http://localhost:3000/robots.txt http://localhost:3000/sitemap.xml