# sasweb **Repository Path**: searchAndSearch/sasweb ## Basic Information - **Project Name**: sasweb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-05 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uni-app-weapp-template (uni-app 项目模板) ## 安装依赖 ```sh yarn or npm i ``` ## 开启开发环境 ```sh yarn dev or npm run dev ``` ## 代码提交 根目录下 使用 git-bash 运行以下命令 ```sh ./update.sh ``` ## 上线 根目录下 使用 git-bash 运行以下命令 ```sh yarn build or npm run build ``` dist 文件夹 ``` ├── build │ └── mp-weixin └── dev └── mp-weixin ``` 然后使用微信开发者工具打开 `/dist/build/mp-weixin` 项目,然后在开发者工具里上次代码到微信服务器,**切勿直接把开发代码上传到微信服务器。**