jumpserver/lina
Fork: 107 Star: 212 (更新于 2024-12-09 02:01:28)
license: GPL-3.0
Language: Vue .
Lina is the JumpServer Web UI
最后发布版本: v3.10.14 ( 2024-10-24 14:02:50)
Lina
Lina 是 JumpServer 的前端 UI 项目, 主要使用 Vue, Element UI 完成, 名字来源于 Dota 英雄 Lina
开发运行
0. 前置条件: 部署运行好 JumpServer API 服务器
1. 安装依赖
$ yarn install
2. 修改 .env.development VUE_APP_CORE_HOST
# ...
VUE_APP_CORE_HOST = 'JUMPSERVER_APIHOST'
3. 运行
$ yarn serve
4. 构建
$ yarn build:prod
生产中部署
下载 RELEASE 文件,放到合适的目录,修改 nginx配置文件如下
server {
listen 80;
location /ui/ {
try_files $uri / /ui/index.html;
alias /opt/lina/;
}
location / {
rewrite ^/(.*)$ /ui/$1 last;
}
}
致谢
- Vue 前端框架
- Element UI 饿了么 UI组件库
- Vue-element-admin 项目脚手架
License & Copyright
Be consistent with jumpserver
最近版本更新:(数据更新于 2024-10-24 22:55:31)
2024-10-24 14:02:50 v3.10.14
2024-10-17 17:27:22 v4.3.0
2024-09-20 00:39:29 v4.2.0
2024-08-21 17:28:39 v3.10.13
2024-08-15 22:41:34 v4.1.0
2024-07-18 09:27:55 v4.0.1
2024-07-11 15:46:30 v3.10.12
2024-07-04 10:18:14 v4.0.0
2024-06-20 09:46:13 v3.10.11
2024-05-16 17:53:08 v3.10.10
主题(topics):
element-ui, jumpserver, vue
jumpserver/lina同语言 Vue最近更新仓库
2024-12-20 12:07:45 jxxghp/MoviePilot-Frontend
2024-12-18 03:02:08 BewlyBewly/BewlyBewly
2024-12-09 16:47:56 VueTorrent/VueTorrent
2024-12-08 11:35:09 LauZzL/ltzj-nem
2024-12-05 14:06:28 luckjiawei/frpc-desktop
2024-11-22 22:16:38 primefaces/primevue