# html_i18n
**Repository Path**: CJF_Teach/html_i18n
## Basic Information
- **Project Name**: html_i18n
- **Description**: di18n-translate
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-04-17
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 国际化di18n-translate
# 版本说明
# html-demo-di18n-translate
[](http://blog.csdn.net/caijunfen)
[](http://blog.csdn.net/caijunfen)
[](http://blog.csdn.net/caijunfen)
[](http://blog.csdn.net/caijunfen)
## 准备工作
- node.js环境(npm包管理器)
- xampp web服务器 https://www.apachefriends.org/zh_cn/index.html
## vscode 插件
- wpy-beautify vue代码格式化插件
- vscode ctrl+p 根据文件名快速搜索文件
## 开发运行
```bash
# 安装依赖
npm i
//or # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm i --registry=https://registry.npm.taobao.org
#将项目放在web服务器路径访问
C:\xampp\htdocs\gitte\html-demo
#浏览器访问路径
http://localhost/gitte/html-demo/
```
#目录说明
en-us 英文语言包文件
zh 英文语言包文件
## 目录结构
```shell
├── en-us // 英文语言包文件
├── zh // 英文语言包文件
├── .gitignore // git 忽略项
├── favicon.ico // favicon图标
├── index.html // 首页页面
└── package.json // package.json
```
#相关链接
di18n-translate - npm
https://www.npmjs.com/package/di18n-translate