# wo-template-wx **Repository Path**: tool-developer/wo-template-wx ## Basic Information - **Project Name**: wo-template-wx - **Description**: wx miniprogram template - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wo-template-wx 微信小程序快速构建模板 基于@tool-developer/*基础库,具体参考[@tool-developer/wx-app](https://github.com/tool-developer/wx-miniprogram/tree/main/packages/wx)。 ## 问题解决 1. 项目创建后,启动项目后,开发工具会报错 检测项目是否构建npm,由于内部默认是使用了npm仓库模块的,所以第一次启动需要构建npm。 2. 执行`yarn clean`之后,项目启动报错 因为`yarn clean`会清空目录,需要重新构建npm,生成小程序的npm模块目录。