# applets-template **Repository Path**: maxiaoqu/applets-template ## Basic Information - **Project Name**: applets-template - **Description**: 小程序项目 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

applets-template

小程序项目,喜欢的话,欢迎star

## 主要维护人员 |人员|github账号|头像|作者博客|作者网站|联系邮箱| |---|---|---|---|---|---| |码小趣|[maxiaoqu](https://github.com/maxiaoqu) | ![](https://avatars1.githubusercontent.com/u/25891598?s=60&v=4)|http://blog.maxiaoqu.com|http://www.maxiaoqu.com|maxiaoqu@gmail.com ## 主要维护分支 |人员|分支类型|分支说明| |---|---|---| |master|[案例小程序](https://github.com/maxiaoqu/applets-template/tree/master) | 该分支是基于Uni-App(TypeScript)开发的案例小程序 |template-weChat|[微信小程序](https://github.com/maxiaoqu/applets-template/tree/template-weChat) | 该分支是基于WeUI开发的小程序框架 |template-uniApp|[Uni-App小程序](https://github.com/maxiaoqu/applets-template/tree/template-uniAp) | 该分支是基于Uni-App开发的小程序框架 |template-uniApp-ts|[Uni-App小程序(TS版本)](https://github.com/maxiaoqu/applets-template/tree/template-uniApp-ts) | 该分支是基于Uni-App(TypeScript)开发的小程序框架 |template-vant|[Vant-Weapp小程序](https://github.com/maxiaoqu/applets-template/tree/template-vant) | 该分支是基于Vant Weapp开发的小程序框架 |template-iView|[iView Weapp小程序](https://github.com/maxiaoqu/applets-template/tree/template-iView) | 该分支是基于iView Weapp开发的小程序框架 ## 其他markdown文档 |文档类型|文档名称|文档说明| |---|---|---| |更新日志|[CHANGE-LOG](./CHANGE-LOG.md) | 更新日志\重要节点更新文档 ## 使用技术 - ES5\ES6 - Less\css ## 安装 ``` npm install ``` ## 运行 ``` npm run serve ``` ## 打包 ``` npm run build ``` ## 文件结构 ```shell ```