Hanye官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lizhuang b45e68f75c refactor: 优化产品文档和图片资源 1 月之前
assets feat: 新增路由加载指示器和返回顶部按钮组件 1 月之前
components feat: 新增路由加载指示器和返回顶部按钮组件 1 月之前
composables refactor: 优化产品文档和图片资源 1 月之前
content refactor: 优化产品文档和图片资源 1 月之前
i18n/locales refactor: 优化产品文档和图片资源 1 月之前
layouts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 月之前
pages refactor: 优化产品文档和图片资源 1 月之前
plugins feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 月之前
public refactor: 优化产品文档和图片资源 1 月之前
scripts feat: 添加预渲染路由配置和数据生成脚本 1 月之前
server feat: 新增产品和用途文档,丰富内容管理 1 月之前
.gitignore feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 月之前
README.md refactor: 优化配置和字体本地化 1 月之前
app.vue feat: 新增路由加载指示器和返回顶部按钮组件 1 月之前
content.config.ts feat: 新增产品和用途文档,丰富内容管理 1 月之前
error.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 月之前
i18n.config.ts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 月之前
nuxt.config.ts feat: 新增路由加载指示器和返回顶部按钮组件 1 月之前
package-lock.json feat: 更新产品文档和路由配置 1 月之前
package.json feat: 更新产品文档和路由配置 1 月之前
postcss.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 月之前
prerenderRoutes.json refactor(产品描述): 统一产品用途描述并移除多余图库数据 1 月之前
tailwind.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 月之前
tsconfig.json feat: 新增产品和用途文档,丰富内容管理 1 月之前
产品.md feat: 新增产品和用途文档,丰富内容管理 1 月之前
用途.md feat: 新增产品和用途文档,丰富内容管理 1 月之前

README.md

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.

字体本地化指南

本项目使用了以下Google字体,并已进行本地化以提高性能和兼容性:

  • Roboto
  • M PLUS 1p

如何更新字体文件

  1. 下载字体文件:

  2. 转换为WOFF2格式

  3. 放置文件

    • 将转换后的WOFF2文件放入对应的 public/fonts/[字体名称] 目录中