# arco-gen-theme **Repository Path**: vrx/arco-gen-theme ## Basic Information - **Project Name**: arco-gen-theme - **Description**: 使字节主题配置平台生成的包 @arco-themes/vue-[lib] 可以混合 @arco-design/web-vue 的样式文件,形成一个静态的主题包 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-24 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @vrx-arco/gen-theme 使字节主题配置平台生成的包 @arco-themes/vue-[lib] 可以混合 @arco-design/web-vue 的样式文件,形成一个静态的主题包 ## Example 假定主题包为 @arco-themes/vue-line 时 1. 定义一个包的 `package.json`内容为如下所示 ```json { "name": "lib", "version": "1.0.0", "scripts": { "gen": "vrx-arco-gen-theme vue-line" }, "devDependencies": { "@vrx-arco/gen-theme": "*", "@arco-design/web-vue": "^2.39.0", "@arco-themes/vue-obsidian": "0.0.2-beta.3" } } ``` 2. 运行 `gen` 命令