# Miniu **Repository Path**: phoenix-tech/miniu ## Basic Information - **Project Name**: Miniu - **Description**: 支付宝小程序miniu - https://opendocs.alipay.com/mini/miniu/intro 框架模板 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-16 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概述 > MiniU 小程序 TypeScript + Less 模板 ## 技术框架 mini小程序 TypeScript + Less 模板 - TypeScript - Less - Miniu Data - dev - build - ci ## 开发方式 ```bash $ npm i # 安装依赖 $ npm start # 使用chrome打开服务url ``` ## 指令 ```bash $ npm start # 启动 $ npm run dev # 指定环境启动 $ npm run build # 打包生成 dist $ npm run lint # lint $ npm run lint:fix # lint fix $ npm run ci # ci 包括 lint、build、小程序本地构建 ``` ## config配置 - config.dev.ts 开发环境配置文件 - config.test.ts 测试环境配置文件 - config.pre.ts 预发环境配置文件 - config.prod.ts 生产环境配置文件 - config.local.ts 本地环境配置文件,文件格式与其他配置文件一致。 若该文件存在将和当前环境的配置文件合并 ## 变更日志 查看[变更日志](CHANGELOG.md)了解更多 ## 其他 - 小程序的依赖放到 dependencies,工具依赖放到devDependencies - 使用 MiniU Data 需要使用 component https://opendocs.alipay.com/mini/miniu