# go-watch-miniapp **Repository Path**: lcsolute/go-watch-miniapp ## Basic Information - **Project Name**: go-watch-miniapp - **Description**: 基于 remax 的短视频社交微信小程序 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-14 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Wath 使用 Remax 开发微信小程序。 ## api 仓库地址 https://gitee.com/lcsolute/go-watch.git ## Getting Start 安装依赖 ```bash npm install ``` 调试项目 ```bash # 执行调试命令 $ npm run dev or yarn dev ``` 使用小程序开发者工具打开项目下的 `dist` 目录 ## 构建 ```bash # 执行构建命令 $ npm run build or $ yarn build ``` 使用小程序开发者工具打开项目下的 `dist` 目录,上传代码即可。