当前位置:网站首页>uniapp开发,打包成H5部署到服务器
uniapp开发,打包成H5部署到服务器
2022-07-06 00:18:00 【马小跳的Coding进阶之路】
前端使用uniapp开发项目完成后,需要将页面打包,生成H5的静态文件,部署在服务器上。
这样通过服务器链接地址,直接可以在手机上点开来访问。
打包全步骤如下:
一、点击菜单栏“发行”,点击选择“网站-PC Web或手机H5”,
二、填写网站标题和网站域名/服务器的IP地址。
(这个地址是将项目打包之后存放静态文件的地址)
三、点击进入manifest.json的h5配置里,根据自己的情况配置一些信息。
一定要注意配置 “运行的基础路径”,如果出现空白页面或者静态文件404的情况,可能是因为这个路径没有配置好。
四、点击发行,控制台会自动编译。出现以下提示,说明编译成功:
五、点击上图中的红框部分,就能看到已经打包好的静态页面了。(直接把这个h5文件压缩一下,发给后端就可以了)
如需要自己上传到服务器上,可继续以下步骤。
六、先拿到服务器的地址信息,找一个工具,连接上该项目的服务器,进入到服务器的根目录底下。
我这里用的是ftp工具。在根目录底下新建一个aofan文件夹,然后将上图中的static文件夹和index.html复制进去即可。
OK,这个时候就已经部署成功了。
七、打开浏览器,输入服务器ip地址,访问一下index.html的内容即可。
注意点:这三个地方的路径名称一定要一致。
1:打包时候的配置的运行的基础路径
2:服务器根目录底下存放静态文件static和index.html
3:浏览器里面访问的路径
边栏推荐
- LeetCode 斐波那契序列
- Miaochai Weekly - 8
- N1 # if you work on a metauniverse product [metauniverse · interdisciplinary] Season 2 S2
- QT QPushButton details
- How to solve the problems caused by the import process of ecology9.0
- PV static creation and dynamic creation
- JS 这次真的可以禁止常量修改了!
- Huawei equipment configuration ospf-bgp linkage
- 【DesignMode】组合模式(composite mode)
- 第16章 OAuth2AuthorizationRequestRedirectWebFilter源码解析
猜你喜欢
AtCoder Beginner Contest 258【比赛记录】
FFT 学习笔记(自认为详细)
Gd32f4xx UIP protocol stack migration record
Miaochai Weekly - 8
小程序技术优势与产业互联网相结合的分析
Browser local storage
Search (DFS and BFS)
Recognize the small experiment of extracting and displaying Mel spectrum (observe the difference between different y_axis and x_axis)
Key structure of ffmpeg - avframe
Single merchant v4.4 has the same original intention and strength!
随机推荐
Key structure of ffmpeg - avformatcontext
Atcoder beginer contest 258 [competition record]
NSSA area where OSPF is configured for Huawei equipment
剖面测量之提取剖面数据
FFmpeg抓取RTSP图像进行图像分析
FFT 学习笔记(自认为详细)
Miaochai Weekly - 8
云呐|固定资产管理系统主要操作流程有哪些
Ffmpeg learning - core module
AtCoder Beginner Contest 258【比赛记录】
Yunna | what are the main operating processes of the fixed assets management system
notepad++正則錶達式替換字符串
【DesignMode】适配器模式(adapter pattern)
OS i/o devices and device controllers
什么叫做信息安全?包含哪些内容?与网络安全有什么区别?
LeetCode 斐波那契序列
小程序技术优势与产业互联网相结合的分析
Codeforces Round #804 (Div. 2)【比赛记录】
权限问题:source .bash_profile permission denied
Room cannot create an SQLite connection to verify the queries