# NetworkSecurity **Repository Path**: mayunyaer/network-security ## Basic Information - **Project Name**: NetworkSecurity - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uni-app 小程序项目食用指南 ## 必做的事情 1. 修改根目录下的`.env`文件,填写正确的内容 2. 修改`src/manifest.json`文件,填写正确的配置 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn build ``` ### 发布版本 每次发布前,请执行代码打上版本号 ```shell yarn run gen:version ``` 代码推送需要一并推送`git tag` ```shell git push --follow-tags # 推送提交一并提交tag # 或者 git push --tags # 单独推送tag ```