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 2174c29a81 feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
assets feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
components feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
composables feat: 更新图标和页面内容,增强用户体验 hace 1 mes
i18n/locales feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
layouts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
pages feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
plugins feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
public feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
scripts feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
server feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
utils feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
.gitignore feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
README-image-localization.md feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
README.md feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
app.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
error.vue feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
i18n.config.ts feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
nuxt.config.ts feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
package-lock.json feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
package.json feat: 添加图片本地化功能,优化静态站点生成 hace 1 mes
postcss.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
tailwind.config.js feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses
tsconfig.json feat: 初始化Nuxt3项目,添加基本结构和多语言支持 hace 2 meses

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.