swaechter / angularj-universal

This project provides an experimental server side render for Spring Boot and Angular 5 based on the J2V8 library
138 stars 15 forks source link

Provide a Maven/Gradle library of the render engine so other persons are able to use it in their projects #4

Closed swaechter closed 7 years ago

swaechter commented 7 years ago

At the moment the render engine is used in combination with a Spring Boot application. In the future it should be also possible to use the render engine as a standalone library in other projects.

PS: Finding a good name for the GitHub project is always the most difficult thing, so if you have a good one please share it :)

swaechter commented 7 years ago

The project is available as Maven library: https://mvnrepository.com/artifact/ch.swaechter/angularj-ssr

You can find an example here: https://github.com/swaechter/angularj-ssr/tree/master/example