Skip to content

Commit

Permalink
docs: 文档更新 i18n 分支说明
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Mar 23, 2024
1 parent 13c0cbf commit 9348d53
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [x] 🌀 Tailwindcss 原子类框架
- [x] 🍍 Pinia 状态管理
- [x] 🌓 支持深色模式
- [x] 🧀 支持 i18n
- [x] Vue-router 4
- [x] 支持 SVG 图标自动注册组件
- [x] vw 视口适配
Expand All @@ -41,6 +42,8 @@
- [x] 开发环境调试面板
- [x] 生产环境 CDN 依赖

**如有 i18n 国际化多语言需求,请切换到 [i18n](https://github.com/yulimchen/vue3-h5-template/tree/i18n) 分支**

**主分支默认 TypeScript,如果你希望使用的是 JavaScript 语言,请切换 [js-version](https://github.com/yulimchen/vue3-h5-template/tree/js-version) 分支进行开发**

## 在线预览Preview
Expand Down Expand Up @@ -74,6 +77,17 @@ pnpm install
pnpm dev
```

[i18n](https://github.com/yulimchen/vue3-h5-template/tree/i18n) 国际化多语言版本 clone 方式

```shell
# 克隆项目
git clone -b i18n https://github.com/yulimchen/vue3-h5-template.git

# 同上进入目录&安装依赖等
cd vue3-h5-template
```


如果你需要的是基于 `JavaScript` 构建的 H5 项目模板,可切换到 [js-version](https://github.com/yulimchen/vue3-h5-template/tree/js-version) 分支进行开发

```shell
Expand Down

0 comments on commit 9348d53

Please sign in to comment.