环境 linux Coentos 7
1.Linux 安装nginx
https://www.cnblogs.com/cl-rr/p/11447231.html
配置外网访问 执行以下代码
(1.firewall-cmd --add-port=/tcp --permanent
netstat -ntlp(查看端口)
(2.firewall-cmd --add-port=/tcp(将端口暴露在外网)
(3.配置阿里云安全组(端口 ****)
2.vue 打包
a.修改配置文件根目录下 vue.confg.js
将‘/’改为 ‘./’
b.修改根目录下.env.production (注意修改 后的ip端口)
改为线上 服务器代码
3.执行 npm build:prod
4.上传到服务器
在项目包生成dist文件夹将文件夹里3个文件复制到阿里云随便一个目录下。
5.修改nginx/conf 下的 nginx.config (vim)
6. 重启nginx nginx/sbin ./nginx