chore(deps-dev): bump @popperjs/core

Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.8.3...v2.8.4)

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 1c049d65747b141af1cf1a74d7baf3e6770300f1
  1. .github/
  2. src/
  3. tobago-assembly/
  4. tobago-core/
  5. tobago-example/
  6. tobago-theme/
  7. tobago-tool/
  8. .gitattributes
  9. .gitignore
  10. build-site.sh
  11. CI.md
  12. doap.rdf
  13. Jenkinsfile
  14. pom.xml
  15. README.md
  16. settings-example.xml
  17. tobago-pmd-config.xml
README.md

Apache Tobago

License Tobago CI CodeQL Build Status ASF

Building

You need Maven 3 (at least 3.0.4) and Java 8 or later to build Tobago.

In the project directory you can use:

mvn install  

to run the install target on all sub projects. This will put all necessary artifacts into your local repository.

Demo - Jetty

Switch to sub-directory and call Maven to run the demo:

cd tobago-example/tobago-example-demo
mvn clean jetty:run -Pjetty

Browse to the local URL http://localhost:8080/

Demo - Tomcat in Docker

Switch to sub-directory and call Maven to run the demo:

cd tobago-example/tobago-example-demo
mvn clean install -Ptomcat
docker run -it --rm -p 8080:8080 -v `pwd`/target/tobago-example-demo.war:/usr/local/tomcat/webapps/tobago-example-demo.war --name tobago-example-demo tomcat:9-jre8

Browse to the local URL http://localhost:8080/tobago-example-demo/

Demo - Quarkus

Switch to sub-directory and call Maven to run the demo:

cd tobago-example/tobago-example-demo
mvn clean install -Pquarkus
java -jar ./target/tobago-example-demo-runner.jar

Browse to the local URL http://localhost:8080/