VUE
沉迷现实无法自拔
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx常规的一些框架配置
vuelocation / { index index.htm index.html; try_files $uri $uri/ /index.html;}location /manage/ { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-Port $remote_port; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for原创 2020-11-09 20:00:02 · 214 阅读 · 0 评论 -
element vue后台部署文件deploy.sh代码
打包推送git仓库#!/usr/bin/env sh# 确保脚本抛出遇到的错误set -e# 生成静态文件npm run build# 进入生成的文件夹cd distgit initgit add -Agit commit -m 'deploy'git push -f https://gitee.com/git.git mastercd -原创 2020-06-27 21:55:21 · 1722 阅读 · 1 评论
分享