vue企业网站模板

vue静态模板,没有后台,pc端已经自适用手机端,宣传够用了,代码下载地址:
https://gitee/rt45/sellgit_com_web
部署步骤
前期安装nodejs,vue
执行
npm install -g cnpm --registry=https://registry.npm.taobao
cnpm install
cnpm run dev
如果部署服务器出现404错误,修改
处理vue部署404错误
server {
listen 80;
server_name testwx.wangshibo;
root /Data/app/axe_ds/dist;## 自己的目录
index index.html;
access_log /var/log/testwx.log main;
## 注意从这里开始
location / {
try_files $uri KaTeX parse error: Expected 'EOF', got '}' at position 55: …html; }̲ locati… /index.html last;
}
}
wx:hyxdsoft


更多推荐

vue漂亮的企业网站模板