vue漂亮的企业网站模板
2022-08-03 09:57:03
193
{{single.collect_count}}

vue企业网站模板

vue静态模板,没有后台,pc端已经自适用手机端,宣传够用了,代码下载地址:
https://gitee.com/rt45/sellgit_com_web
部署步骤
前期安装nodejs,vue
执行
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
cnpm run dev
如果部署服务器出现404错误,修改
处理vue部署404错误
server {
listen 80;
server_name testwx.wangshibo.com;
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;
}
}
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}