vue漂亮的企业网站模板

公司最近更新一版网站,换成vue做的,静态模板,没有后台,pc端已经自适用手机端,宣传够用了,废话少说,直接上图,拿去.qq:568149471
部署步骤
前期安装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;
}
}
vue漂亮的企业网站模板
vue漂亮的企业网站模板
vue漂亮的企业网站模板

相关文章:

  • 2022-01-10
  • 2022-01-09
  • 2021-05-28
  • 2021-12-15
  • 2021-07-03
  • 2021-08-25
  • 2021-06-28
猜你喜欢
  • 2021-04-14
  • 2021-06-13
  • 2022-12-23
  • 2022-01-24
  • 2022-01-10
  • 2022-03-10
  • 2021-12-26
相关资源
相似解决方案