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 70e76cc478 chore: 更新产品图片路径并完善产品描述文档 1 ay önce
assets feat: 添加图片本地化功能,优化静态站点生成 1 ay önce
components feat: 添加图片本地化功能,优化静态站点生成 1 ay önce
composables feat: 更新图标和页面内容,增强用户体验 1 ay önce
content chore: 更新产品图片路径并完善产品描述文档 1 ay önce
i18n/locales feat: 新增产品和用途文档,丰富内容管理 1 ay önce
layouts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
pages feat: 新增产品和用途文档,丰富内容管理 1 ay önce
plugins feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
public chore: 更新产品图片路径并完善产品描述文档 1 ay önce
server feat: 新增产品和用途文档,丰富内容管理 1 ay önce
.gitignore feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
README.md feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
app.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
content.config.ts feat: 新增产品和用途文档,丰富内容管理 1 ay önce
error.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
i18n.config.ts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
nuxt.config.ts feat: 新增产品和用途文档,丰富内容管理 1 ay önce
package-lock.json feat: 新增产品和用途文档,丰富内容管理 1 ay önce
package.json feat: 新增产品和用途文档,丰富内容管理 1 ay önce
postcss.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
tailwind.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 2 ay önce
tsconfig.json feat: 新增产品和用途文档,丰富内容管理 1 ay önce
产品.md feat: 新增产品和用途文档,丰富内容管理 1 ay önce
用途.md feat: 新增产品和用途文档,丰富内容管理 1 ay önce

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.