Example page for Vert.x Console. This uses frontend-maven-plugin to run yarn and webpack, then copies the frontend bundle as a Maven resource.
- To install locally:
mvn clean install - To run dev session (after installing system-wide Node.js and Yarn, and starting a webserver with
ExampleConsolePagemounted on a console with path/adminrunning onlocalhost:5000):
cd frontend
yarn
yarn run dev
- Clearly document where things should be replaced
- Better documentation for running dev session
- Potentially figure out how to remove
base.jsfromfrontend/and use the latest version from NPM/dependency JAR for dev session
