[PR #1603] [CLOSED] Upgrade vue cli version in frp web dashboard #4417

Closed
opened 2026-05-05 14:41:41 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1603
Author: @Raoul1996
Created: 1/9/2020
Status: Closed

Base: devHead: upgrade_vue_cli


📝 Commits (2)

  • c52ae5a Upgrade vue cli version in frp web dashboard
  • 4527caf re generate assets

📊 Changes

59 files changed (+15088 additions, -17748 deletions)

View changed files

assets/frpc/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
assets/frpc/static/css/app.645642bb.css (+1 -0)
assets/frpc/static/css/chunk-vendors.d39e9fad.css (+1 -0)
assets/frpc/static/fonts/element-icons.535877f5.woff (+0 -0)
assets/frpc/static/fonts/element-icons.732389de.ttf (+0 -0)
📝 assets/frpc/static/index.html (+1 -1)
assets/frpc/static/js/app.47166f48.js (+2 -0)
assets/frpc/static/js/app.47166f48.js.map (+1 -0)
assets/frpc/static/js/chunk-vendors.e108de2c.js (+28 -0)
assets/frpc/static/js/chunk-vendors.e108de2c.js.map (+1 -0)
assets/frpc/static/manifest.js (+0 -1)
assets/frpc/static/vendor.js (+0 -1)
📝 assets/frpc/statik/statik.go (+3 -1)
assets/frps/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
assets/frps/static/css/app.e76cbf75.css (+1 -0)
assets/frps/static/css/chunk-vendors.d39e9fad.css (+1 -0)
assets/frps/static/fonts/element-icons.535877f5.woff (+0 -0)
assets/frps/static/fonts/element-icons.732389de.ttf (+0 -0)
📝 assets/frps/static/index.html (+1 -1)
assets/frps/static/js/app.dc4f981a.js (+2 -0)

...and 39 more files

📄 Description

在本地开发 web ui 的时候,发现Vue 项目已经起不来了。升级到了最新的 Vue 官方提供的 CLI,方便开发。

之后如果有时间的话,我可以尝试拓展下 web_ui 的功能


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/1603 **Author:** [@Raoul1996](https://github.com/Raoul1996) **Created:** 1/9/2020 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `upgrade_vue_cli` --- ### 📝 Commits (2) - [`c52ae5a`](https://github.com/fatedier/frp/commit/c52ae5a9396728d87c804496d61455d7f4426ca9) Upgrade vue cli version in frp web dashboard - [`4527caf`](https://github.com/fatedier/frp/commit/4527cafc4294dd9c50907c175e66d2f374e88681) re generate assets ### 📊 Changes **59 files changed** (+15088 additions, -17748 deletions) <details> <summary>View changed files</summary> ➖ `assets/frpc/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) ➕ `assets/frpc/static/css/app.645642bb.css` (+1 -0) ➕ `assets/frpc/static/css/chunk-vendors.d39e9fad.css` (+1 -0) ➕ `assets/frpc/static/fonts/element-icons.535877f5.woff` (+0 -0) ➕ `assets/frpc/static/fonts/element-icons.732389de.ttf` (+0 -0) 📝 `assets/frpc/static/index.html` (+1 -1) ➕ `assets/frpc/static/js/app.47166f48.js` (+2 -0) ➕ `assets/frpc/static/js/app.47166f48.js.map` (+1 -0) ➕ `assets/frpc/static/js/chunk-vendors.e108de2c.js` (+28 -0) ➕ `assets/frpc/static/js/chunk-vendors.e108de2c.js.map` (+1 -0) ➖ `assets/frpc/static/manifest.js` (+0 -1) ➖ `assets/frpc/static/vendor.js` (+0 -1) 📝 `assets/frpc/statik/statik.go` (+3 -1) ➖ `assets/frps/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) ➕ `assets/frps/static/css/app.e76cbf75.css` (+1 -0) ➕ `assets/frps/static/css/chunk-vendors.d39e9fad.css` (+1 -0) ➕ `assets/frps/static/fonts/element-icons.535877f5.woff` (+0 -0) ➕ `assets/frps/static/fonts/element-icons.732389de.ttf` (+0 -0) 📝 `assets/frps/static/index.html` (+1 -1) ➕ `assets/frps/static/js/app.dc4f981a.js` (+2 -0) _...and 39 more files_ </details> ### 📄 Description 在本地开发 web ui 的时候,发现Vue 项目已经起不来了。升级到了最新的 Vue 官方提供的 CLI,方便开发。 之后如果有时间的话,我可以尝试拓展下 web_ui 的功能 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:41:41 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4417
No description provided.