Switch-vov opened a new issue #1867:
URL: https://github.com/apache/incubator-shenyu/issues/1867
## Feature Request
#### Is your feature request related to a problem? Please describe
I think it is not reasonable that place the follow files to
`shenyu-admin/src/main/resources/static`
```
favicon.ico
index.{xxx}.css
index.{xxx}.js
index.html
```
It should dynamic generate by maven plugin.
#### Describe the solution you'd like
I will use `com.github.eirslett:frontend-maven-plugin` to execute `npm
install` and `npm run build`.
After build statis files, I will use `maven-resources-plugin` to move files
in `dist` to `shenyu-admin`.
#### Additional context
reference: [skywalking apm-webapp
pom.xml](https://github.com/apache/skywalking/blob/master/apm-webapp/pom.xml)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]