旨在收集和分享出海i18n相关的一些领域知识和技术工具。
内容见:https://csu-bobo.github.io/awesome-i18n/
VitePress项目
以来nodejs环境,需要安装node、yarn、VitePress
## 安装nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
## 安装最新版node
nvm install latest
## 安装 Yarn
npm install -g yarn
## 本地安装vitepress
yarn add --dev vitepress
## 本地运行
yarn dev