# front-end **Repository Path**: xiaozhaoben/front-end ## Basic Information - **Project Name**: front-end - **Description**: 微信小程序前端 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: develop-webstorm - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-20 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webstorm开发版本 ## 安装依赖 管理依赖包为yarn,请自行下载,并设置淘宝镜像 ``` yarn config set registry https://registry.npm.taobao.org ``` 使用以下命令安装依赖 ``` yarn 或 yarn install ``` ## 如何启动 ``` yarn run dev:mp-weixin ``` 执行该指令后会在项目根目录下创建dist文件夹并监听修改,使用微信开发者工具打开/dist/dev/mp-weixin文件夹即可 ## 如何打包 ``` yarn run build:mp-weixin ```