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 e9f3fc5221 feat: 更新产品文档和路由配置 hace 1 mes
assets feat: 更新产品文档和路由配置 hace 1 mes
components feat: 更新产品文档和路由配置 hace 1 mes
composables feat: 优化搜索功能和FAQ内容展示 hace 1 mes
content feat: 更新产品文档和路由配置 hace 1 mes
i18n/locales feat: 优化搜索功能和FAQ内容展示 hace 1 mes
layouts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
pages feat: 更新产品文档和路由配置 hace 1 mes
plugins feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
public feat: 更新产品文档和路由配置 hace 1 mes
scripts feat: 添加预渲染路由配置和数据生成脚本 hace 1 mes
server feat: 新增产品和用途文档,丰富内容管理 hace 1 mes
.gitignore feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
README.md feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
app.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
content.config.ts feat: 新增产品和用途文档,丰富内容管理 hace 1 mes
error.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
i18n.config.ts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
nuxt.config.ts refactor: 优化Markdown配置和样式 hace 1 mes
package-lock.json feat: 更新产品文档和路由配置 hace 1 mes
package.json feat: 更新产品文档和路由配置 hace 1 mes
postcss.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
prerenderRoutes.json feat: 更新产品文档和路由配置 hace 1 mes
tailwind.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
tsconfig.json feat: 新增产品和用途文档,丰富内容管理 hace 1 mes
产品.md feat: 新增产品和用途文档,丰富内容管理 hace 1 mes
用途.md feat: 新增产品和用途文档,丰富内容管理 hace 1 mes

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.