From fb67355a15062a413365b347fb2e0f6ef7ca8992 Mon Sep 17 00:00:00 2001 From: Kingsmai Date: Fri, 7 Nov 2025 14:11:08 +0800 Subject: [PATCH] docs: overhaul README with detailed project guide Replace the generic Nuxt starter README with comprehensive documentation specific to the Tootaio Studio website project. The new README provides a detailed guide for developers, covering: - Project features and technology stack (Nuxt 4, Content, UI, i18n). - Setup, installation, and environment configuration. - Directory structure and code organization. - Content management workflow using YAML and zod schemas. - i18n implementation for UI text. - UI components, theming, and dark mode. - SEO and security best practices (CSP, routeRules). - Contribution guidelines and deployment suggestions. --- README.md | 214 +++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 165 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 25b5821..868134f 100644 --- a/README.md +++ b/README.md @@ -1,75 +1,191 @@ -# Nuxt Minimal Starter +# Tootaio Studio 网站(Nuxt 4) -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. +Tootaio Studio 的官方网站代码仓库,基于 Nuxt 4、@nuxt/content、@nuxt/ui 与 i18n 构建,采用 TypeScript 与 ESM 配置。项目默认使用 pnpm 进行依赖与脚本管理。 -## Setup +- 在线地址:`https://tootaio.com` +- 技术要点:内容与 UI 分离(YAML 内容 + JSON 翻译)、类型安全的内容加载、内置 SEO 与 CSP 头部策略 -Make sure to install dependencies: +--- + +## 特性概览 + +- Nuxt 4 与 Vue 3 `