Skip to content
Snippets Groups Projects
user avatar
dependabot[bot] authored
* Bump jquery from 3.4.1 to 3.5.0 in /plugins/dashboard/frontend

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0

)

Signed-off-by: default avatardependabot[bot] <support@github.com>

* :arrow_up:

 upgrades frontend dependencies and re-packr2

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
7108cc17
History

GoShimmer Dashboard

Programmed using modern web technologies.

Dashboard in dev mode

  1. Make sure to set dashboard.dev to true, to enable GoShimmer to serve assets from the webpack-dev-server.
  2. Install all needed npm modules via yarn install.
  3. Run a webpack-dev-server instance by running yarn start within the frontend directory.
  4. Using default port config, you should now be able to access the dashboard under http://127.0.0.1:8081

The Dashboard is hot-reload enabled.

Pack your changes

We are using packr2 to wrap all built frontend files into Go files.

  1. Install packr2 if not already done.
  2. Build Dashboard by running yarn build within the frontend directory.
  3. Change to the plugins/spa directory.
  4. Run packr2.
  5. plugins/spa/packrd should have been modified.
  6. Done. Now you can build goShimmer and your Dashboard changes will be included within the binary.