Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 419 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 419 Bytes

Theme

iconLake自定义页面主题开发

开发

  1. 安装

    pnpm i
  2. 运行

    pnpm run dev
  3. 发布

    pnpm run build

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

  1. 执行pnpm run build进行打包;
  2. 目录dist/components下的文件即为主题WebComponents组件。