Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huanxiangspace committed Aug 7, 2024
1 parent 84498de commit a06f27f
Show file tree
Hide file tree
Showing 4 changed files with 2,109 additions and 1,695 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,27 @@

iconLake自定义页面主题开发


## 开发

1. 安装
```
1. 安装

```shell
pnpm i
```
2. 运行
```

2. 运行

```shell
pnpm run dev
```
3. 发布
```

3. 发布

```shell
pnpm run build
```

#### 如何获取用于生产环境的主题WebComponents组件?
## 如何获取用于生产环境的主题WebComponents组件?

1. 执行```pnpm run build```进行打包;
2. 目录```dist/components```下的文件即为主题WebComponents组件。
1. 执行```pnpm run build```进行打包;
2. 目录```dist/components```下的文件即为主题WebComponents组件。
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"rollup-plugin-modify": "^3.0.0",
"sass": "^1.69.5",
"vite": "^4.5.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit a06f27f

Please sign in to comment.