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.
watermax 658f7b601b docs: 更新多语言FAQ文档,添加技术支持相关内容 1 개월 전
assets docs: 更新多语言FAQ文档,添加技术支持相关内容 1 개월 전
components feat: 新增隐私政策和支持页面,更新相关路由和国际化配置 1 개월 전
composables feat: 优化搜索功能和FAQ内容展示 1 개월 전
content docs: 更新多语言FAQ文档,添加技术支持相关内容 1 개월 전
i18n/locales refactor(i18n): 优化国际化配置,调整描述格式并新增分类信息 1 개월 전
layouts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 달 전
pages refactor(i18n): 优化国际化配置,调整描述格式并新增分类信息 1 개월 전
plugins feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 달 전
public docs: 更新多语言FAQ文档,添加技术支持相关内容 1 개월 전
scripts feat: 添加预渲染路由配置和数据生成脚本 1 개월 전
server feat: 新增产品和用途文档,丰富内容管理 1 개월 전
.gitignore feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 달 전
README.md feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 달 전
app.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 달 전
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.