# vue-mini-program-ts **Repository Path**: qinyaoyc/vue-mini-program-ts ## Basic Information - **Project Name**: vue-mini-program-ts - **Description**: 一个基于https://github.com/vue-mini/template 更改的脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-10 - **Last Updated**: 2021-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # new-miniprogram ## 依赖安装 ```bash yarn ``` ## 本地开发 ```bash yarn start ``` ## 代码检查 ```bash yarn lint:script yarn lint:style ``` ## 代码检查及修复 ```bash yarn lint:script -- --fix yarn lint:style -- --fix ``` ## 类型检查 ```bash yarn type ``` ## 生产构建 ```bash yarn build ```