6.0.0 • Published 5 months ago

wxc-plugins v6.0.0

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

wxc-tools

介绍

开发工具类库

安装

npm i wxc-tools

vite 插件

  • textCompile 多语言编译
  1. 使用
// vite.config.ts
export default defineConfig((mode: ConfigEnv): UserConfig => {
···
plugins: [
    textCompile()
]
···
}
  1. 需要在根目录创建wxc.config.json配置文件
{
  /** text 入口文件 */
  "textEntry": "/src/languages/ts",
  /** text 出口文件 */
  "textOut": "/public/textDir/bitgood-index.json",
  /** json文件上传入口 */
  "jsonEntry": "/public/textDir",
  /** i18n Ally 文案提示地址*/
  "locales": "/locales/zh-CN.json"
}
5.0.3

5 months ago

5.0.2

5 months ago

5.0.1

5 months ago

5.0.0

5 months ago

6.0.0

5 months ago

4.0.0

5 months ago

3.0.0

5 months ago

2.0.0

5 months ago

1.1.0

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago