vue2.0+nodejs+mysql 从开发到部署

1、环境配置(windows)


2、开发、打包、部署

本地apcha

参考   https://jingyan.baidu.com/article/29697b912f6539ab20de3cf8.html

下载地址  https://www.apachehaus.com/cgi-bin/download.plx?dli=wUXRnNRBTQ00EVZt2YYZFcKVlUGR1UwZ1Ywk1d

Q1:管理员权限运行

Q2:

Apache报ServerRoot must be a valid directory

【原因】httpd.conf 配置的ServerRoot 路径与实际路径不一致,导致路径无效

#Define SRVROOT "/Apache24"
Define SRVROOT "E:\00tech-data\Apache24"
ServerRoot "${SRVROOT}"


你可能感兴趣的:(移动端)