3 Star 0 Fork 0

lirongliang / vue3-vite-pina-element plus-i18n-ts-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

项目启动

# 克隆代码

# 切换目录

# 安装依赖
npm install / yarn

# 启动运行
npm run dev

项目部署

# 项目打包
npm run build:prod

# 上传文件至远程服务器


# nginx.cofig 配置
server {
	listen     80;
	server_name  localhost;
	location / {
			root /usr/share/nginx/html;
			index index.html index.htm;
	}
	# 反向代理配置
	location /prod-api/ {
			proxy_pass http://----/; # vapi.youlai.tech替换成你的后端API地址
	}
}

项目介绍

项目参照

vue3-element-admin figma

空文件

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lirongliang/vue3-vite-pina-element-plus-i18n-ts-template.git
git@gitee.com:lirongliang/vue3-vite-pina-element-plus-i18n-ts-template.git
lirongliang
vue3-vite-pina-element-plus-i18n-ts-template
vue3-vite-pina-element plus-i18n-ts-template
master

搜索帮助